I would like to calculate actual time from different timezones. I have two mysql tables
1.Timezone table: This table contians two fields (offset value, country name) values are ( -12:00, Eniwetok, Kwajalein) (-11:00, Midway Island, Samoa).... so on
2.My employee table This table contains the employees details with two field names (created_on, timezone) and the values are (current timestamp, -11:00) (current timestamp, -12:00)..... so on
Benim çalışan benim sistem için oturum varsa, şimdi, ben tablolardan kendi dilimleri değerlerine göre zaman görüntülemek istiyorum.
Basically if my Current timestamp is :2010-05-10 15:41:39 offset values is: +5:30
benim sonuç olmalıdır: 10 Mayıs 2010 15:41
Farklı için aynı aynı akım damgası için ofset değerleri. Ben herhangi bir bilgi istiyorsanız, lütfen bana sor, doğru konuyu açıkladı inanıyorum.