Am 13.02.2012 13:59, schrieb Victor Stinner: > Hi, > > My work on the PEP 410 tries to unify the code to manipulate > timestamps. The problem is that I'm unable to decide how to round > these numbers. > > Functions using a resolution of 1 second (e.g. time.mktime) expects > rounding towards zero (ROUND_HALF_DOWN), as does int(float). Example:
FWIW, that's ROUND_DOWN. ROUND_HALF_DOWN rounds up from > x.5. Georg _______________________________________________ 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