Opened 8 years ago
Closed 8 years ago
#11243 closed Bug report (rejected)
Settings > DateTime Format > Time Formatting > Custom - %P tag Does Not Work
Reported by: | Wade Shuler | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | time, am, pm, %P | Cc: | |
Component version: | 3.25.1 | Operating system type: | OS X |
Operating system version: | macOS Sierra 10.12.4 |
Description
According to your wiki, https://wiki.filezilla-project.org/Date_and_Time_formatting, the %P
is supposed to be am
or pm
lowercase.
This does not work. It returns only P
instead. Not even A
for am
, just P
for everything. Like it stripped off the percent sign and didn't parse the tag at all.
I can confirm that %p
works, which is capital AM
and PM
. Unfortunately, I think the time looks better with lowercase am
and pm
.
Note:
See TracTickets
for help on using tickets.
%P is a GNU extension and not available on OSX which does not use glibc for its C runtime.