DirectiveMeaningNotes %a Locale’s abbreviated weekday name. %A Locale’s full weekday name. %b Locale’s abbreviated month name. %B Locale’s full month name. %c Locale’s appropriate date and time representation. %d Day of the month as a decimal number [01,31]. %H Hour (24-hour clock) as a decimal number [00,23]. %I Hour (12-hour clock) as a decimal number [01,12]. %j Day of the year as a decimal number [001,366]. %m Month as a decimal number [01,12]. %M Minute as a decimal number [00,59]. %p Locale’s equivalent of either AM or PM. (1) %S Second as a decimal number [00,61]. (2) %U Week number of the year (Sunday as the first day of the week) as a decimal number [00,53]. All days in a new year preceding the first Sunday are considered to be in week 0. (3) %w Weekday as a decimal number [0(Sunday),6]. %W Week number of the year (Monday as the first day of the week) as a decimal number [00,53]. All days in a new year preceding the first Monday are considered to be in week 0. (3) %x Locale’s appropriate date representation. %X Locale’s appropriate time representation. %y Year without century as a decimal number [00,99]. %Y Year with century as a decimal number. %Z Time zone name (no characters if no time zone exists). %% A literal '%' character.
On Sat, Oct 22, 2016 at 1:29 AM, Dave Webb KB1PVH <[email protected]> wrote: > Open skin.conf and edit the bottom_label_format > > [[day_images]] > x_label_format = %H:%M > bottom_label_format = %m/%d/%y %H:%M > time_length = 97200 # == 27 hours > > > Dave-KB1PVH > > On Sat, Oct 22, 2016 at 1:24 AM, W.C. Hast <[email protected]> wrote: > >> Folks, I have WeeWx working well, but the time in the date/time at the >> bottom of each window is >> still am/pm. I am not sure where to correct that. I would also like the >> reverse the date such >> that it is yyyy/mm/dd HH:MM. As you can see the time hacks at the bottom >> of the graph are >> in 24 hour time but the date is still 12 hr time. Where do I fix it? >> >> >> <https://lh3.googleusercontent.com/-zlcrhDm9dq4/WAr3aHUHU3I/AAAAAAAAAWo/A8jcuzc5vYksBwvjgcnVIrPRp5093q4vgCLcB/s1600/Screenshot%2Bat%2B2016-10-21%2B22%253A16%253A40.png> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "weewx-user" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
