Proper 24-hour time format.
#1
Posted 03 March 2016 - 11:40 AM
When the time is for example 1:04 AM, it will show 1:04 instead of 01:04, which is insanely irritating.
And it would be easier to have since it will have the same text size all the time, so you don't have to allocate more space to compensate for the fact that it will move when going from 9:59 to 10:00.
It's just my opinion though. I'm sure you could compensate for this, but I'm lazy and would rather see it implemented as I'm sure it would help a lot of people.
#2
Posted 03 March 2016 - 04:07 PM
I know. It can be done with custom functions, but i hope this suggestion is up for being added in a future update.
Edited by Mikk809h, 03 March 2016 - 04:07 PM.
#3
Posted 03 March 2016 - 10:44 PM
and google seems to agree http://i.imgur.com/IEID4BK.png http://i.imgur.com/S7eDKQQ.png
because im used to seeing it this way, the added 0 makes it less readable
#4
Posted 04 March 2016 - 06:19 AM
#5
Posted 04 March 2016 - 11:11 AM
PixelToast, on 03 March 2016 - 10:44 PM, said:
and google seems to agree http://i.imgur.com/IEID4BK.png http://i.imgur.com/S7eDKQQ.png
because im used to seeing it this way, the added 0 makes it less readable
And google does not agree, I guess it is based on time zones. http://i.imgur.com/hb6WiQo.png
#6
Posted 04 March 2016 - 10:43 PM
But it is technically still 'correct' with or without the zero, since adding a zero simply changes the look, not the time shown.
Nothy, on 04 March 2016 - 11:11 AM, said:
Um.. what? PixelToast was showing that Google doesn't add the 0, that time would never have a 0 at the beginning anyway.
#7
Posted 05 March 2016 - 07:22 AM
#9
Posted 05 March 2016 - 04:23 PM
#10
Posted 05 March 2016 - 06:55 PM
wilcomega, on 05 March 2016 - 04:23 PM, said:
Yeah, we had to make room for all the imperial unit conversions. (We learn metric anyway... go figure)
#11
Posted 05 March 2016 - 08:18 PM
#12
Posted 06 March 2016 - 04:03 PM
manu_03, on 05 March 2016 - 08:18 PM, said:
same for most european countries i have been to, i live in the Netherlands
#13
Posted 07 April 2016 - 04:04 PM
#14
Posted 07 April 2016 - 04:49 PM
function formatTime24h( nTime ) local nHour = math.floor( nTime ) local nMinute = math.floor( ( nTime - nHour ) * 60 ) return string.format( "%02d:%02d", nHour, nMinute ) end
Edited by moTechPlz, 07 April 2016 - 04:51 PM.
#15
Posted 08 April 2016 - 11:58 AM
moTechPlz, on 07 April 2016 - 04:49 PM, said:
function formatTime24h( nTime ) local nHour = math.floor( nTime ) local nMinute = math.floor( ( nTime - nHour ) * 60 ) return string.format( "%02d:%02d", nHour, nMinute ) end
#16
Posted 08 April 2016 - 05:24 PM
#17
Posted 09 April 2016 - 02:03 PM
Edited by TheRockettek, 15 April 2016 - 07:56 PM.
#18
Posted 09 April 2016 - 02:09 PM
PixelToast, on 03 March 2016 - 10:44 PM, said:
and google seems to agree http://i.imgur.com/IEID4BK.png http://i.imgur.com/S7eDKQQ.png
because im used to seeing it this way, the added 0 makes it less readable
It depends where you are in the world that it decides 12/24 hour clock. For example when i google 'time'

Its in 24 hour
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users











