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 | <CANv4PNkwJ=YwvUefjFcTGTFB0qLQjBZZtrf7SrrSS2g7aJ8s4Q@mail.gmail.com> |
> As far as my calculation goes, the difference is -11644473600 which doesn't fit in 32-bit > variable, am I wrong? It's hard to know without known what date you are trying to represent. If you really are trying to represent a date back in year 1601 then you are out of luck. If, on the other hand, you are trying to represent a date after 1970 then you should have no problem. Morten