Microsoft Teams
A Microsoft customizable chat-based workspace.
5,964 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have following adaptive card
So when i change browser language it show the date and time and localized format but when i change my system's timezone locally it doesn't show me the date and time in localized format
I'm referencing to this article
https://learn.microsoft.com/en-us/adaptive-cards/authoring-cards/text-features
{
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"type": "AdaptiveCard",
"version": "1.0",
"body": [
{
"type": "TextBlock",
"text": "Your package will arrive on {{DATE(2017-02-14T06:00:00Z, SHORT)}} at {{TIME(2017-02-14T06:00:00Z)}}",
"wrap": true
}
]
}
@JimmyYang-MSFT so what's the correct tag for this question?
@Nouman Farooq - Thanks for reporting your issue.
We will check this at our end and will get back to you.
thanks @Sayali-MSFT
@Nouman Farooq -We are able to repro the scenario, we have raised bug for the same and concerned team is looking into it. We will inform you once we get any update.
sure, thanks @Sayali-MSFT
Sign in to comment
1 answer
Sort by: Most helpful
This is byDesign Behavior.
We use the localization date/time format of the language selected in the Teams desktop app, not the local desktop. This is by design.
If the developer switches the language of their app, then the date and time format should be aligned with the country of origin.
@Sayali-MSFT I have tried switching application language from here

But this also doesn't work. Date/time remains in default language+format ie English (United States)
Sign in to comment