
Win32::UrlCache::FileTime - convert Windows FileTime

use Win32::UrlCache::FileTime; filetime( '0x809F9D637B90C701' ); # 2007-05-07 07:43:23

This is used internally to convert a Windows FileTime data to a system time string through a Windows API.

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.

Kenichi Ishigaki, <ishigaki at cpan.org>

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.