huxley has asked for the wisdom of the Perl Monks concerning the following question:

I'm currently working on a script to (roughly) translate Opera's monolithic bookmarks file into ".url" files IE can understand. The one remaining challenge is uderstanding how the date is formatted in the output files. Has anyone here encountered this problem before?

Replies are listed 'Best First'.
Re: ".url" files and cryptic date format
by The Mad Hatter (Priest) on Jul 29, 2003 at 02:14 UTC
      I should have mentioned that I've already seen that document. For future reference, the second link's entry for the URL file format points to the same thing as the first link. Unfortunately this document wasn't overly helpful, and I was hoping someone here might have some further insight into the issue that simply hadn't been published.

        It looks like hex. It is probably a MS "FILETIME" timestamp in hex, which is 100ns increments since January 1, 1601 (UTC).

                        - tye