Tagged Questions
5
votes
1answer
185 views
Run an application with different TimeZone
I have an windows application (Under Wine) that only works when I change timezone to NewYork's TimeZone.
with Any other zone it doesn't start!!
So, Is it possible in Linux to run an application with ...
2
votes
2answers
276 views
Is there anything in unix crontab to determine this should be executed in PST/CST standard time?
There is this thing in QuartzScheduler where we can say execute this in CST/BST/ or whatever timezone. This is also good when you want to execute some jobs in certain timezones and certain jobs in ...
3
votes
2answers
579 views
Russian timezone is not up-to-date
I have noticed, that the Russian timezone is not up-to-date. The GMT offset is set to +3 h now, whereas the current GMT offset is +4 hours.
Could someone tell me how can i manually edit the tzdata ...
1
vote
4answers
2k views
How to set CST timezone w/o daylight period?
I want to configure linux box to use CST w/o daylight. My first idea was using the UTC-06 zone file, but for some weird reason it provides UTC+6, not UTC-6 time!
After that I read the List of tz ...