> So far I've been storing time stamps in my mysql database just using > datetime.datetime.now()....but I'm wondering if that's the right thing
I store utc, e.g. datetime.datetime.utcnow(). I read somewhere, probably in pytz documentation, that this can prove more convinient. Sanjay --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

