You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This follows #95, it could be usefull to change datetime timezone before formating.
This operation should not alter original value, so we need to convert DateTime instances to DateTimeImmutable (with DateTimeImmutable::fromMutable($d)) to do the job.
The text was updated successfully, but these errors were encountered:
This follows #95, it could be usefull to change datetime timezone before formating.
This operation should not alter original value, so we need to convert
DateTime
instances toDateTimeImmutable
(withDateTimeImmutable::fromMutable($d)
) to do the job.The text was updated successfully, but these errors were encountered: