Tasmota Scripting Time Input displayed wrong on Firefox on Android #24312
Unanswered
marcohald
asked this question in
scripter / SML
Replies: 1 comment
-
|
Could be related to browser handling of AM/PM style of times, depending on settings (maybe from the operating system, in this case Android). 12:01 AM is 00:01 in 24-hour format, suggesting that Firefox processed it as 12-hour format. To me it looks like a Firefox issue. AFAIK, the html tag does not allow control over time format handling, meaning that I don't think that Tasmota can do anything - unless you can point out what. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
PROBLEM DESCRIPTION
This issue happens on Android in Firefox.
When using Time Input~ in Tasmota Scripting and selecting a Time that starts at 0 like 00:03 the Website display 12:03.
When selecting 12:03 the Website still displays 12:03.
This Display Issue does not happen on a Desktop PC.
Even when set from the Android Device the Time is displayed correct
REQUESTED INFORMATION
Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!
15.1.0 (TasmoCompiler-esp32s3)
Build Date & Time 2025-12-09T20:20:50
Core/SDK Version 3_3_0/5.3.4.250826
Backlog Template; Module; GPIO 255:Backlog Rule1; Rule2; Rule3:Status 0:weblogto 4 and then, when you experience your issue, provide the output of the Console log:TO REPRODUCE
Steps to reproduce the behavior:
create a script with a Time Selector like
Set the Time to 00:01 and 12:01 is displayed (only on a Android Device with Firefox , Chrome works)
EXPECTED BEHAVIOUR
A clear and concise description of what you expected to happen.
00:01 should be displayed
SCREENSHOTS
If applicable, add screenshots to help explain your problem.
ADDITIONAL CONTEXT
Add any other context about the problem here.
Not sure if it is a Tasmota or a Firefox Problem
(Please, remember to close the issue when the problem has been addressed)
Beta Was this translation helpful? Give feedback.
All reactions