In Python, how would I do this Datetime?

Posted by alex on Stack Overflow See other posts from Stack Overflow or by alex
Published on 2010-03-31T06:01:59Z Indexed on 2010/03/31 6:03 UTC
Read the original article Hit count: 210

Filed under:
right_now = datetime.datetime.now()
one_hour_before = ?????

How can I use right_now to get one_hour_before?

© Stack Overflow or respective owner

Related posts about python