microsoft / microsoft/AdaptiveCards
Issue in Input.Time field in adaptive cards
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 2k
- Forks
- 595
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 1
Description
Hi,
We are using adaptive cards in outlook, For the date control(Input.Date) We are receiving UCT(GMT 0) date while calling Action.Http. That is correct.
But if user want to give both date and time filed as input to API means, we need to use both Input.Date and Input.Time controls in Adaptive cards.
Receiving the UCT date from Date control perfectly.
But receiving the same time which is given in time control by the user.
Input.Time controls acts like text control.
We are in IST time zone. if user gives 12:00 in time control. the back-end should receive 12:00- 5.30(GMT +5.30) = 06.30
Or can we have a control with the combination of both date and time.
Unfortunately we are getting the same 12:00 to back-end.
We are using windows O365 channel.
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.
Research direction
The issue names Adaptive Cards Input.Date and Input.Time controls and the Action.Http path, but no source files, tests, or entry points. Start by locating the implementation and Outlook channel handling for these controls, then establish the expected timezone behavior or combined date-time control before defining completion tests.
Written by the indexing model from the issue text.
Assessment
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100