Replies: 4 comments 2 replies
-
|
And more Shouldn't result be |
Beta Was this translation helpful? Give feedback.
-
|
The time() always function always returns the current time and does not accept any argument. 3:30 is interpreted as a sexagesimal number, which equals 3.5 (and 2:15 equals 2.25). When an expression without any unit is converted to a unit, the initial expression is interpreted as using the corresponding SI base unit (the SI base unit for time is s), thus the expression |
Beta Was this translation helpful? Give feedback.
-
|
So it's just this to use Made it with |
Beta Was this translation helpful? Give feedback.
-
|
Is there |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Those two approaches gives me different result
time(3:30−2:15) to time = 20:53:56,25(time(3:30)−time(2:15)) to time = 20:55:31,25While those two giving me correct result
3.5 − 2.25 to time = 1:153:30 − 2:15 to time = 1:15Is this how time function is supposed to work or I misunderstood something or misused it?
Beta Was this translation helpful? Give feedback.
All reactions