In the control panel (
http://alicorn.elcenia.com/board/ucp.php?i=174 ), you can set your time the your favourite date time format.
My favourite date time format, using PHP letters, happens to be:
Unfortunately, PHP starts counting the days of the year from 0, so that 1st January was the 0th day of the year and today is the 179th day of the year, but I prefer to count days of the year starting with the 1st of January being the 1st day of the year and today being the 180th day of the year, the way Unix date %j works. (insert off topic rant about php and javascript and unix and everybody writing their own date time letters instead of using the perfectly serviceable unix ones that already existed)
I have set my date time format to
and this displays as "Sun, 2014.06.29 (179+1) 18:14:15" which is less pleasing than "Sun, 2014.06.29 (180) 18:14:15" would be.