Hi, I'm have problem with timezone when running exe from cygwin console. The program I ran doesn't use the system timezone(UTC +8) but UTC instead.
The output from console shows the timezone is right in UTC+8. $ date -R Thu, 27 Oct 2016 08:51:13 +0800 $ tzset Asia/Shanghai Wondering what may cause the problem.