microsoft / microsoft/AdaptiveCards
The time of iOS and Android should be consistent!!!
Open
@jwoo-msft is already working on this.
Since Dec 6, 2022.
Area-Renderers
Bug
- Dominant language
- C#
- Stars
- 2k
- Forks
- 595
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 1
Description
Target Platforms
iOS, Android
SDK Version
AdaptiveCards Schema 1.5 (commit: 7704807)
Application Name
/
Problem Description
The time of iOS and Android should be consistent!!!
Sample 1:
From: 12:00 AM, To: 12:00 PM
The time(12:00 AM) is inconsistent with the data submitted by iOS and Android.
Sample 2:
From: 11:55 AM, To: 12:05 PM
Right!
Screenshots



Card JSON
{
"$schema":"http://adaptivecards.io/schemas/adaptive-card.json",
"type":"AdaptiveCard",
"version":"1.4",
"body":[
{
"type":"Input.Time",
"label":"From:",
"placeholder":"From",
"id":"time_from"
},
{
"type":"Input.Time",
"label":"To:",
"placeholder":"To",
"id":"time_to"
}
],
"actions":[
{
"type":"Action.Submit",
"title":"Set time",
"data":{
"id":"1234567890",
"path":"set_effective_time"
}
}
]
}
Sample Code Language
No response
Sample Code
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.