Feature Requests item #1475397, was opened at 2006-04-24 11:40 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=355470&aid=1475397&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Python Library Group: None Status: Open Resolution: None Priority: 5 Submitted By: kxroberto (kxroberto) Assigned to: Nobody/Anonymous (nobody) Summary: compute/doc %z os-indep., time.asctime_tz / _TZ Initial Comment: Very often I need (for logging purposes, legal international action confirmation display, ...) quickly a stable/constant/technical/international timezone info in addition to %c / .asctime. And find me regularly checking if the computer/server displays %Z nice, writing 10-liner funcs ... found %z by trial (and in footnote) yet time.strftime('%c %z') flickers (on Windows..) think, %z can be computed very easily independent of OS libs? time.altzone /% 3600 ... ==> "+/-HHMM" ? that could be doc'ed. ( the sign of time.timezone / time.altzone is unfortunately revers of RFC standardds , yet its ok doced. there should be a function/update-function for long running apps also ? ) then .asctime_tz() would be very nice to find it in the docs. (and maybe asctime_TZ) -robert ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=355470&aid=1475397&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com