adopted-ember-addons / adopted-ember-addons/ember-moment
Timezone doesn't apply
Abierto
- Lenguaje dominante
- JavaScript
- Estrellas
- 398
- Forks
- 120
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Versions
"ember-cli": "2.6.2",
"ember-moment": "4.1.0",
My `template.hbs` has a code below but doesn't show the correct date based on the timeZone defined on addon
{{moment-format model.createdAt "MMM DD, YYYY · LT" timeZone="Singapore"}}
on my `config/environment.js` I also included the code below
moment: {
includeTimezone: 'all'
},
Any response is much appreciated, thank you
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.