> When editing my details I saw there is a field for my timezone. The > comment says: "this is a numeric hour offset, the default is UTC", so > I'm assuming it counts in whole hours (fine for me, not so fine for > people in e.g. India, unless it accepts decimal notation). I have two > issues with this: it's unclear which direction this works (is East > positive or negative?), and I will need to change this number twice > yearly. In other words, it shouldn't be a number, it should be a name, > like the names used in Linux: Europe/Amsterdam.
I think this will be fairly difficult to fix. Roundup doesn't have a timezone database; it just applies the delta to the UTC time. We are merely using roundup, instead of developing it. See http://sourceforge.net/tracker/index.php?func=detail&aid=818711&group_id=31577&atid=402791 Regards, Martin _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com