0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/core/server/services/mega
Kevin Ansfield cd04262889 🐛 Fixed publish date in emails not respecting site's configured timezone
closes https://github.com/TryGhost/Ghost/issues/11659

- default `moment()` timezone is UTC and we store the `published_at` value in UTC
- fetch the configured timezone and convert the date into that timezone before formatting for inclusion in the email template
2020-04-27 11:38:11 +01:00
..
index.js Extracted post email serializer from mega service 2019-11-05 12:15:50 +07:00
mega.js Fixed "view sent email" showing mailgun template variables 2020-04-20 15:35:33 +01:00
post-email-serializer.js 🐛 Fixed publish date in emails not respecting site's configured timezone 2020-04-27 11:38:11 +01:00
template.js 🐛 Fixed missing publication icon in newsletter emails 2020-03-12 09:52:54 +05:30