Closed obache closed 5 years ago
date() expects that 2nd argment is UTC timestamp and return as local time. Then, passing local timestamp result in double timezone offset.
date()
Year of the week may be different than year of the date, so it must be handled differently.
date()
expects that 2nd argment is UTC timestamp and return as local time. Then, passing local timestamp result in double timezone offset.Year of the week may be different than year of the date, so it must be handled differently.