In message <[email protected]>, J wrote:
> Like I said, it works well, I just wonder if there is a cleaner way of
> setting the local clock to a different time in python without having
> to do all this.
How about one line in Bash:
date -s $(date --rfc-3339=date -d "+1 hour")
--
http://mail.python.org/mailman/listinfo/python-list
