diff options
author | teor <teor2345@gmail.com> | 2014-10-20 02:32:05 +1100 |
---|---|---|
committer | teor <teor2345@gmail.com> | 2014-10-20 02:32:05 +1100 |
commit | dd556fb1e6002a0ca3c4560ecb8545696a82e0b9 (patch) | |
tree | 0116dc3702fcf3eea0d78232212d7c6124c8b318 /changes | |
parent | fc5cab44724e8328e2186f22114625388f1c8f0d (diff) | |
download | tor-dd556fb1e6002a0ca3c4560ecb8545696a82e0b9.tar.gz tor-dd556fb1e6002a0ca3c4560ecb8545696a82e0b9.zip |
Use correct day of year in correct_tm()
Set the correct day of year value in correct_tm() when the
system's localtime(_r) or gmtime(_r) functions fail to set struct tm.
Fixes bug 13476.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug13476-improve-time-handling | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug13476-improve-time-handling b/changes/bug13476-improve-time-handling new file mode 100644 index 0000000000..3c50853c28 --- /dev/null +++ b/changes/bug13476-improve-time-handling @@ -0,0 +1,4 @@ + o Minor bugfixes: + - Set the correct day of year value when the system's localtime(_r) + or gmtime(_r) functions fail to set struct tm. + Fixes bug 13476. |