This is exactly what I was looking for. Thanks to great. On 28 Грд, 20:51, Pam Greene <[email protected]> wrote: > Looks like it's using 1601-01-01 00:00:00 UTC as the epoch (i.e., the > starting point for the millisecond time counter). > > http://src.chromium.org/viewvc/chrome/trunk/src/net/base/cookie_monst... > > This uses Time::Now() from > > http://src.chromium.org/viewvc/chrome/trunk/src/base/time.h > > which is implemented in three platform-specific files: > > http://src.chromium.org/viewvc/chrome/trunk/src/base/time_win.cchttp://src.chromium.org/viewvc/chrome/trunk/src/base/time_mac.cchttp://src.chromium.org/viewvc/chrome/trunk/src/base/time_posix.cc > > Poke around from there and you should find everything you need. > > - Pam > > On Mon, Dec 28, 2009 at 7:27 AM, Alexander Martinyuk < > > > > [email protected]> wrote: > > Could you please tell me in what format is the data in SQLite-bases of > > Chrome stored? In particular, the Cookies database. There are > > creation_utc, expires_utc, last_access_utc fields which are integer 17- > > valued numbers. For example,12969536173000000 = December 28th 2011 > > 10:56:13. At first, it may look like Unix-format with additional > > classes (say, the number of seconds from 01-01-1970). But it's not so > > easy. I need to convert the date from Chrome format to the Unix > > format. How do I do this? Thanks in advance for the algo, or at least > > for any advice. > > > -- > > > You received this message because you are subscribed to the Google Groups > > "Chromium-extensions" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<chromium-extensions%2Bunsu > > [email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/chromium-extensions?hl=en.
-- You received this message because you are subscribed to the Google Groups "Chromium-extensions" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/chromium-extensions?hl=en.
