Why should I add when you can do it in your model?

import datetime
request.utcnow=datetime.datetime.utcnow()

Massimo

On Aug 6, 2:26 am, Fran <francisb...@googlemail.com> wrote:
> On Aug 6, 6:05 am, mdipierro <mdipie...@cs.depaul.edu> wrote:
>
> > The issue with now vs utfnow, althought I dismissed because it would
> > break backward compatibility, I should have been more extensive. The
> > OS timestamps files using the local time, not utc time. The average
> > developer prefers using localtime vs utc time. If you store things in
> > database and you have multiple servers over multiple timezones than
> > you want to use timestamp records using utc time instead of local
> > time. Except in this last case localtime is to be preferred and that
> > is why we store in a variable. If you need utf time that is also
> > available via the datetime module.
>
> Would you be up for adding an accessible request.utcnow?
> I definitely want this & it seems like a standard thing for the
> 'enterprise'.
> A recipe example would be an OK alternative...a quick play didn't
> reveal to me how to convert default=request.now into a utcnow
> equivalent...
>
> F
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to