diff --git a/CHANGELOG.md b/CHANGELOG.md index b774711198..ce8cd37a23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,9 @@ way to update this template, but currently, we follow a pattern: ## Upcoming version 2019-XX-XX +- [add] Add default timezone to date formatting in example transaction process + email templates. + [#1227](https://github.com/sharetribe/flex-template-web/pull/1227) - [change] Update @formatjs/intl-relativetimeformat from 2.8.3 to 4.2.1 [#1222](https://github.com/sharetribe/flex-template-web/pull/1222) - [fix] Use currency of the `lineItem` on every line of the `BookingBreakdown` if possible. diff --git a/ext/transaction-process/templates/booking-request-accepted/booking-request-accepted-html.html b/ext/transaction-process/templates/booking-request-accepted/booking-request-accepted-html.html index 70ffc450ff..7eaf802e88 100644 --- a/ext/transaction-process/templates/booking-request-accepted/booking-request-accepted-html.html +++ b/ext/transaction-process/templates/booking-request-accepted/booking-request-accepted-html.html @@ -4,7 +4,7 @@ {{~/inline~}} {{~#*inline "format-date"~}} -{{date date format="MMM d, YYYY"}} +{{date date format="MMM d, YYYY" tz="Etc/UTC"}} {{~/inline~}} @@ -48,12 +48,12 @@
You have received this email notification because you are a member of {{marketplace.name}}. If you no longer wish to receive these emails, please contact {{marketplace.name}} team.
- \ No newline at end of file +