Does it matter what state I set if both locations are in the same timezone

timezone

Is there any difference if I set the timezone to

  • timezone: "America/New_York"

verses

  • timezone: "America/Detroit"

Both States are in the same timezone but other than identifying exactly where you are in the timezone, what functionality does it offer?

UPDATE and FYI:

geonames.org does off the Timezone Id lookup which returns America/Detroit instead of America/New_York

Best Answer

If some state has its timezone changed (by a law...) but not the other one (or if this happened in the past and you look at dates in the past), you'll get an incorrect timezone. Otherwise there are no differences.

Related Question