When converting time zones with MySql you should use the method
CONVERT_TZ
so that it will automatically take into account DST (
Daylight savings time / שעון קיץ )
1
|
|
This will convert a date in New York to our local time.
If you do not use this method and just subtract 7 hours from the time, you will have errors when we switch to and from DST.