I have account stored in my database and I have each account state on file, from there I want to link each account to a timezone based on the account state.
so if the account's state is California then the timezone will be "America/Los_Angeles"
More, I want to break down the time zone that is provided at this page http://php.net/manual/en/timezones.america.php by
Atlantic
Eastern
Central
Mountain
Pacific
Alaska
Hawaii - Aleutian
Now I will be able to sort my data based on 7 time zones and also I can have all my account linked to a timezone so I can determine their time zone.
So My question
1) How can I figure out what state is linked to what timezone. (example: California = "America/Los_Angeles")
2) Which timezone are linked to what timezone category. (example: California = Pacific)
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…