Re: How to use GsfTimestamp for windows timestamp (relative to 1.1.1601)
Morten Welinder <[email protected]>
| Newsgroups | gmane.comp.gnome.apps.gnumeric |
|---|---|
| Message-ID | <CANv4PNnE3B2w9Hxpfr=JZJfw1u-BS6nd3AqYOEB1VbZdaPXt9Q@mail.gmail.com> |
GsfTimestamp isn't our best interface, :-/ That said, you really should be able to use gsf_timestamp_set_time for any time that is actually in the 1970-2038 range. You'll have to do the calculation using 64 bit arithmetic, but the final value should be in range. M.