NAME
Win32::UrlCache::FileTime - convert Windows FileTime
SYNOPSIS
use Win32::UrlCache::FileTime;
filetime( '0x809F9D637B90C701' ); # 2007-05-07 07:43:23
DESCRIPTION
This is used internally to convert a Windows FileTime data to a system time string through a Windows API.
FUNCTION
filetime
receives a FileTime binary structure or an equivalent hex string (which should start with '0x') and returns a system time string. This function is exported by default.
AUTHOR
Kenichi Ishigaki, <ishigaki at cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2007 by Kenichi Ishigaki.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.