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:

http://src.chromium.org/viewvc/chrome/trunk/src/base/time.h

and the various platform dependent time_{win,mac,posix}.cc files to
understand the meaning of the value represented.


On Wed, Aug 12, 2009 at 6:56 AM, Roman <roman.brodet...@gmail.com> wrote:

>
> hello!
>
> I'm developing utility what can be used to synchronize and organize
> history records in different browsers.
> And there is a problem I can't solve:
> I can't extract last visit time and date from Chrome's SQLite
> database. What is the format of this field? And how do I extract it?
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to