shekinskiy
Programmer
hi everybody,
i dont know, maybe i should write this message in a forum about Linux.
i have developed an application on Windows. and while i start to run following code it lists me a number of timezones including Etc/GMT-1, Etc/GMT-2, ..., Etc/GMT+1 in Windows, whereas it doesn't list timezones, start with Etc, in Linux.
i need Etc/GMT-4 timezone. any equivalence in Linux? i can't use timezone whose names include country or city name, besouse they change in winter/summer and i don't want to use daylight.
thanks for any help
i dont know, maybe i should write this message in a forum about Linux.
i have developed an application on Windows. and while i start to run following code it lists me a number of timezones including Etc/GMT-1, Etc/GMT-2, ..., Etc/GMT+1 in Windows, whereas it doesn't list timezones, start with Etc, in Linux.
Code:
String timezone[] = TimeZone.getAvailableIDs();
i need Etc/GMT-4 timezone. any equivalence in Linux? i can't use timezone whose names include country or city name, besouse they change in winter/summer and i don't want to use daylight.
thanks for any help