WorldTime

WorldTime

233k Downloads

Real Time does not account for certain strings

JuceInUse opened this issue ยท 2 comments

commented

I wanted my time setup to be "hh:mm:ss.S aa zzzz". For example, this would let you see times like "12:41:37.9 PM Pacific Standard Time". However, whenever doing this, it automatically used the millisecond down to the thousandth rather than to the tenth as I had specified
image

image

EDIT: Just to specify, yes I am aware that this is how Javascript would work so this is technically more of an enhancement question, but it would be really nice to not have such a spastic millisecond counter lol

commented

Also, and I know this is also just enhancement, it would be nice if you could denote custom new lines! Not sure if that would be really hard to add, I just want a line for the date haha

commented

Sorry, but I'm using Java's SimpleDateFormat class. Your suggestion would basically mean rebuilding that class, which is way too much work, especially to test and get right. So, sorry, but no changes to how that works.