From 2cc8a538158a8efd73e756ac5aff69f1b7a2c3bb Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Wed, 11 Jun 2014 22:54:48 +0000 Subject: [PATCH] Added a comment --- ...comment_4_c9e8c9997b7c3a82c14fc34af319382d._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/bugs/Windows_file_timestamp_timezone_madness/comment_4_c9e8c9997b7c3a82c14fc34af319382d._comment diff --git a/doc/bugs/Windows_file_timestamp_timezone_madness/comment_4_c9e8c9997b7c3a82c14fc34af319382d._comment b/doc/bugs/Windows_file_timestamp_timezone_madness/comment_4_c9e8c9997b7c3a82c14fc34af319382d._comment new file mode 100644 index 0000000000..d06df7b779 --- /dev/null +++ b/doc/bugs/Windows_file_timestamp_timezone_madness/comment_4_c9e8c9997b7c3a82c14fc34af319382d._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="108.236.230.124" + subject="comment 4" + date="2014-06-11T22:54:48Z" + content=""" +Getting the actual time zone on windows works better if you unset TZ first. + +But, a haskell program that polls the time zone fails to notice when it's changed. It only notices after being restarted. I have contacted the time library maintainer about this. +"""]]