Setting the date format in Atlassian Crucible
Posted
by
pwan
on Server Fault
See other posts from Server Fault
or by pwan
Published on 2012-06-29T19:37:33Z
Indexed on
2012/06/29
21:18 UTC
Read the original article
Hit count: 263
When I set up a review in Atlassian Crucible, and I set a date, it displays it in DD/MM/YYYY I'd like to switch that over to MM/DD/YYYY, but I don't see anywhere in the configuration to switch that. The closest setting I see is for the timezone, which I have set to EST.
I have Crucible running on a CentOS 6.2 machine that's set to UTC I'm using Crucible version 2.7.14 Build:20120612060728 2012-06-12
My locale is currently set to en_US.UTF-8
> locale | grep LC_TIME
LC_TIME="en_US.UTF-8"
Can someone point out how I can switch the date format in Crucible ?
© Server Fault or respective owner