archiver-appliance / epicsarchiverap

This is an implementation of an archiver for EPICS control systems that aims to archive millions of PVs.
Other
40 stars 39 forks source link

Display garbled problem #99

Open HongYi-Shern opened 4 years ago

HongYi-Shern commented 4 years ago

Hi, The year and date on the webpage are displayed normally, and the month is displayed as? ?,I don’t know what the problem is. It used to be normal. I recently restarted the host.

slacmshankar commented 4 years ago

Which web page? A screenshot might help; I can point you to the code that displays the offending element and we can start debugging from there.

HongYi-Shern commented 4 years ago

list please check the screenshoot!

slacmshankar commented 4 years ago

This is the code that does this rendering. For some reason, the month is coming out as ??. Would you have a better notion of why? Maybe something to do with your LOCALE..

https://github.com/slacmshankar/epicsarchiverap/blob/master/src/main/org/epics/archiverappliance/common/TimeUtils.java#L156