Bug 9269 - Time format selection with double entries
: Time format selection with double entries
Status: CLOSED FIXED
Product: MySqueezebox.com
Classification: Unclassified
Component: Web UI
: Prod
: PC Other
: -- minor (vote)
: Devo
Assigned To: Felix Mueller
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-08-23 01:18 UTC by Felix Mueller
Modified: 2009-09-08 09:23 UTC (History)
1 user (show)

See Also:
Category: ---


Attachments
SC 7.2 Time Selector Box (63.58 KB, image/jpeg)
2008-08-27 21:26 UTC, James Richardson
Details
SN Devo Time Selector (per player) (40.73 KB, image/jpeg)
2008-08-27 21:26 UTC, James Richardson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Felix Mueller 2008-08-23 01:18:39 UTC
Under Player Settings - Display - Time Format the 24h selection is repeated:

10:06 AM (12h)
10:06 (24h)
10.06 (24h)
10,06 (24h)
10h06 (24h)
10:06 (24h)
10.06 (24h)
10,06 (24h)
10h06 (24h)

Seen on SN test and prod
Comment 1 Andy Grundman 2008-08-23 04:56:27 UTC
I don't think they are really dupes:

			q(%H:%M)    => 'hh:mm (24h)',
			q(%H.%M)    => 'hh.mm (24h)',
			q(%H,%M)    => 'hh,mm (24h)',
			q(%Hh%M)    => "hh'h'mm (24h)",
			q(%l:%M %p) => 'h:mm pm (12h)',
			q(%k:%M)    => 'h:mm (24h)',
			q(%k.%M)    => 'h.mm (24h)',
			q(%k,%M)    => 'h,mm (24h)',
			q(%kh%M)    => "h'h'mm (24h)",
Comment 2 Felix Mueller 2008-08-23 10:30:40 UTC
Ok, but the texts in the drop-down menu do not reflect this or at least not always. The drop-down uses the actual time to show what the format will look like, so if it is 10:05 there are two identical menus, only if it is three minutes after midnight I get two different entries '0:03 (24h)' and '00:03 (24h)'.
Comment 3 Michael Herger 2008-08-24 23:08:20 UTC
Would you prefer it to display some arbitrary time? 
Comment 4 Felix Mueller 2008-08-25 01:17:46 UTC
Hmm, good question, I actually like the touch it uses the current time, but as I said that can lead to identical entries.

Is there some other standard way to indicate whether the leading '0' is shown or not?
Comment 5 Chris Owens 2008-08-25 09:41:53 UTC
Dean states we should use a fixed AM time (such as 4:20am) instead of using the local time.  This will make the differences clear.
Comment 6 Michael Herger 2008-08-25 09:44:40 UTC
let's make it the same as SC and discuss post 7.2/devo
Comment 7 Michael Herger 2008-08-26 00:30:27 UTC
change 4385 - align time selection box with SC 7.2
Comment 8 James Richardson 2008-08-27 21:26:02 UTC
Created attachment 3905 [details]
SC 7.2 Time Selector Box
Comment 9 James Richardson 2008-08-27 21:26:31 UTC
Created attachment 3906 [details]
SN Devo Time Selector (per player)
Comment 10 James Richardson 2008-08-27 21:27:45 UTC
Looking at the time selector boxes from SC and SN I see a vast difference.

Also, on SN they are per player, where on SC they are system wide.

Please verify this is expected behavior
Comment 11 Michael Herger 2008-08-27 22:30:18 UTC
James - the difference is that we don't support seconds on SN. Other than that they're the same formats. I copied over the list from SC, ripped out those with seconds. What's left is what you see in SN. 
Comment 12 Blackketter Dean 2008-11-05 08:34:08 UTC
Felix: Do you consider this resovled?
Comment 13 Felix Mueller 2008-11-05 08:49:44 UTC
I don't see double entries anymore. So, yes. I'll close the bug then.
Comment 14 James Richardson 2008-12-15 12:17:04 UTC
This bug has been fixed in the latest release of SqueezeNetwork!

If you are still experiencing this problem, feel free to reopen the bug with your new comments and we'll have another look.