Oops, seems I remembered wrong: I looked back into the code and ththe timestamp is calculated by time.time() https://docs.python.org/2/library/time.html
Cheers, Peter > -----Original Message----- > From: [email protected] [mailto:mnemosyne- > [email protected]] On Behalf Of [email protected] > Sent: 11 November 2014 23:11 > To: [email protected] > Subject: Re: [mnemosyne-proj-users] Timestamp in local or UTC time? > > Hi Peter! > > I’ve been doing some analysis on the research dataset. > There’s something which is kinda disconcerting about it, > however: if the timestamp is always in local time, it seems that more card > reviews are performed around 2–3 am than in the afternoon and evening > hours... somehow that doesn’t seem especially plausible. > > Summary: > > http://i.imgur.com/DBrUapx.png > > Analysis: > > https://gist.github.com/anonymous/6b6304493adf2008fef2 > > I’ve probably gone wrong somewhere, > but it would be helpful to know where. > > Cheers, > > > Tom. > > > > > > On Tuesday, 14 October 2014 06:43:44 UTC, Peter Bienstman wrote: > > Hi, > > > > The timestamp is in local time. The next rep is however stored as midnight > UTC to represent just a date as opposed to a date and time. > > > > Cheers, > > > > Peter > > > > > -----Original Message----- > > > From: [email protected] [mailto:mnemosyne- > > > [email protected]] On Behalf Of > [email protected] > > > Sent: 14 October 2014 02:26 > > > To: [email protected] > > > Subject: [mnemosyne-proj-users] Timestamp in local or UTC time? > > > > > > Hi! Looking at the statistical data collected centrally by the > > > Mnemosyne Project, [1] is there any way to find the local time at > > > which a user reviewed a particular card? So far as I can tell > > > (correct me if I’m wrong), the timestamp stored for each row is in UTC. > > > > > > Cheers, > > > > > > > > > Tom. > > > > > > > > > [1] E.g. https://archive.org/details/20140127MnemosynelogsAll.db, > > > thanks to Gwern. > > > > > > -- > > > You received this message because you are subscribed to the Google > > > Groups "mnemosyne-proj-users" group. > > > To unsubscribe from this group and stop receiving emails from it, > > > send an email to mnemosyne-proj- > [email protected]. > > > To post to this group, send email to mnemosyne-proj- > > > [email protected]. > > > To view this discussion on the web visit > > > https://groups.google.com/d/msgid/mnemosyne-proj-users/24bdebf0- > > > a642-460f-a8dc-deea35ad3ec6%40googlegroups.com. > > > For more options, visit https://groups.google.com/d/optout. > > -- > You received this message because you are subscribed to the Google Groups > "mnemosyne-proj-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to mnemosyne-proj- > [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/mnemosyne-proj-users/136eecf5- > b7b1-4971-9b10-d2d820203fbb%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "mnemosyne-proj-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mnemosyne-proj-users/010f01cffe49%24486dd920%24d9498b60%24%40UGent.be. For more options, visit https://groups.google.com/d/optout.
