Discussion:
[BitPim-devel] Re: [bitpim-cvs-checkins] bitpim database.py,1.22,1.23 phonebook.py,1.132,1.133 phonebookentryeditor.py,1.37,1.38
Roger Binns
2005-07-09 06:28:02 UTC
Permalink
+ at_time=time.time()
I would suggest setting it to infinite instead of the current time.
Consider the case where the user has their clock forward for whatever
reason and then moves it backwards. The above line will end up
showing them a snapshot whereas using an infinite time will
always show the latest data in the database no matter how the
user has been playing with their clock.

Roger

Loading...