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
Since #18 is introducing intervals that last less than a day, timezones might come more into play. As such, it would be helpful to have a {timezone} placeholder for customer-facing messaging.
The text was updated successfully, but these errors were encountered:
This commit adds a `{timezone}` placeholder, which works by calling `$next_interval_start->format('T')`, giving us the abbreviated version (e.g. "EST", "MDT", etc.) while also accounting for daylight saving time.
For future reference, we're using the *next* interval's start time as this placeholder is more likely to be used for when orders will be accepted again rather than when the current interval started. This avoids embarassing situations like "Please check back on $date at $time EST" when `$date` is in EDT.
Fixes#22.
Since #18 is introducing intervals that last less than a day, timezones might come more into play. As such, it would be helpful to have a
{timezone}
placeholder for customer-facing messaging.The text was updated successfully, but these errors were encountered: