Posts: 17
Threads: 7
Joined: Sep 2023
Reputation:
0
09-26-2023, 07:29 AM
(This post was last modified: 09-28-2023, 02:41 PM by Joe.)
I would like to see a Time Picker in one of the next versions. Preferable in 24 hour format.
The scheduler widget is often to much, I need something to send a time value to a micro controller.
In a moment i have 24 buttons for the hour and 12 for the minutes ... not very elegant.
-Joe
Posts: 17
Threads: 7
Joined: Sep 2023
Reputation:
0
There is one problem: The time showing up is always one hour less then selected.
What I'm doing wrong?
-Joe
Posts: 17
Threads: 7
Joined: Sep 2023
Reputation:
0
09-29-2023, 07:46 AM
(This post was last modified: 09-29-2023, 11:03 AM by Joe.)
The settings of UTC and offset will change the value itself, but not the time display.
With a timestamp set to seconds and a selected time of 10:00 AM the output should be 36000 !!
With UTC unchecked and hour offset 0 its giving 32400 ??
So, with UTC checked and offset of -2 hours i'm getting 36000
This is with a computer set to timezone Paris (UTC +1 during daylight saving time, UTC +2 in winter)
The widget itself is still showing 9:00
-Joe
Edit:
After restart of program, above test gives suddenly negativ values.
Each time you try to set new time, this negative value gets higher and higher.
So it's useless.
What ist working so far:
Leave the UTC unchecked und set hour offset to 0
This value goes then to e.g. V0
Take a Date Converter tool: input V0, Output V1 UTC checked, hour offset = 1
Then a second Time display like above with input V1 and On Click disabled.
On the first Time display I've set the alpha channel of color to zero, so the "wrong time" is not visible,
and put a label on top. It's looking like a button now.
-Joe
Posts: 367
Threads: 0
Joined: Apr 2022
Reputation:
14
Hi,
I have checked this issue.
There is a bug in the "Date Value display" time picker.
I will fix it in the next update.
Thank you for this bug!