Azylea Posted October 20, 2016 Posted October 20, 2016 Hey, shouldnt it be the other way around? python.log _Aslain_logs.zip Quote
Silver6284 Posted October 20, 2016 Posted October 20, 2016 (edited) I'm seeing the same thing after updating to 9.16_17 (it's 4:48 PM local time) python.log _Aslain_logs.zip Edited October 20, 2016 by Silver6284 Quote
Administrator Aslain Posted October 21, 2016 Administrator Posted October 21, 2016 This is config syntax for clock.xc line 75: 12h: {{h%02d}}:{{m%02d}} 24h: {{H%02d}}:{{m%02d}} h - 12-hour format of an hour (01 to 12) H - 24-hour format of an hour (00 to 23) Make no sense to me why is it reversed. Quote
Silver6284 Posted October 21, 2016 Posted October 21, 2016 Here's what I see in clock.xc: // {{H}} - hour in 12-hour format / часы в 12-часовом формате // {{AM|PM}} - AM/PM / AM/PM // Macros formatting allowed, for example: {{AM?a.m.|p.m.}} // // Clock format. // Формат часов. "format": "<textformat tabstops='[105,105]' leading='-39'><font face='$FieldFont'><font size='36' color='#f3c57a'><b> {{h%02d}}:{{m%02d}}</b> {{AM?a.m.|p.m.}} </font><tab><font size='15' color='#e3dfc6'><b>{{D%02d}}.{{M%02d}}. {{Y}}\n<tab>{{WW}}</b></font></font></textformat>", It looks like "H" should be used for 12-hour format, not "h". I made the change manually and now it works just fine. Quote
Administrator Aslain Posted October 21, 2016 Administrator Posted October 21, 2016 Edit: looks like they changed behaviour, I will include fix in todays modpack. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.