Skip to content

Timezone doesn't apply #311

Open
Open
@mikeelemuel

Description

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions