Is there someway to write the following line even better with the ability to detect daylight saving time by itself so i don't have to alter the line manually when time changes?

lastvisit = ( datetime.utcnow() + timedelta(hours=2) ).strftime( '%y-%m-%d %H:%M:%S' ) # MySQL datetime format

Thanks.
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to