shardtor
Results
2
comments of
shardtor
It seems the issue isn't in Python. tm_dst should be 0: ``` $ cat timeissue.c #include #include int main() { struct tm * myTime; time_t theTime; time(&theTime); myTime = localtime...
Thanks. I see, GMT should be the DST zone.