[chromium-dev] Re: date and time storage

2009-08-19 Thread Roman
Oh, thanks a lot. You've helped me. --~--~-~--~~~---~--~~ Chromium Developers mailing list: chromium-dev@googlegroups.com View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev

[chromium-dev] Re: date and time storage

2009-08-14 Thread Evan Martin
Unfortunately, despite it being called ToInternalValue it has been used in places where (at least some) people argue we want cross-platform portability. So I think you should assume the Windows format is the format used on all platforms, even though it's not quite true yet.

[chromium-dev] Re: date and time storage

2009-08-13 Thread Antony Sargent
Also, note that there's no guarantee we won't change this representation in the future. There is a proposed history API for our in-development extensions system, but it's not implemented yet: http://dev.chromium.org/developers/design-documents/extensions/history-api

[chromium-dev] Re: date and time storage

2009-08-13 Thread Antony Sargent
You can probably find the answer somewhere in http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/history/ http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/history/In particular, it looks like visit_database.cc uses Time::ToInternalValue(). Have a look at: