Re: timezone problem running exe from console

2016-10-27 Thread Hans-Bernhard Bröker
Am 27.10.2016 um 03:04 schrieb 许鲍韵: Hi, I'm have problem with timezone when running exe from cygwin console. And that "exe" is ... what? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html

Re:Re: timezone problem running exe from console

2016-10-27 Thread Simon
Hi Andrey, Seems like you want to run a program called "exe" in cygwin? If so, you need to type full path in the console like "/cygdrive/c/path/to/file" to run it The current result says there has no command called exe in cygwin environment. At 2016-10-27 21:23:46, "Andrey Repin" wro

Re: timezone problem running exe from console

2016-10-27 Thread Andrey Repin
Greetings, 许鲍韵! > Hi, I'm have problem with timezone when running exe from cygwin console. $ exe -bash: exe: command not found > 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 2

timezone problem running exe from console

2016-10-26 Thread 许鲍韵
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 ca