Edgewall Software

Changes between Initial Version and Version 1 of Ticket #10912, comment 7


Ignore:
Timestamp:
Oct 20, 2012, 2:43:49 PM (12 years ago)
Author:
Jun Omae

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10912, comment 7

    initial v1  
    1313> ... so while the result for +1 hour is now fine, there's no differences between +1 and +2 in the above? I don't think that's correct.
    1414
    15 You're right. Ah, it can seem difficult to fix, however, I'll try.
     15You're right. Ah, it seems difficult to fix without being `localize`d, however, I'll try.
    1616
    1717Also, `time.mktime()` is inconsistent with ambiguous times. The problem is caused by glibc. See [http://sourceware.org/git/?p=glibc.git;a=blob;f=time/mktime.c;h=e1fbf9ea197d3c8b6738106953f2c8e20738ecff;hb=HEAD#l574 time/mktime.c in glibc.git]. I have yet to investigate the other C runtime.