Legacy Cumulus 1 release 1.9.4 (build 1099) - 28 November 2014
(a patch is available for 1.9.4 build 1099 that extends the date range of drop-down menus to 2030)
Download the Software (Cumulus MX / Cumulus 1 and other related items) from the Wiki
From build 3044 the development baton passed to Mark Crossley. Mark has been responsible for all the Builds since. He has made the code available on GitHub. It is Mark's hope that others will join in this development, but at the very least he welcomes your ideas for future developments (see Cumulus MX Development suggestions).
$update = "<#update>"; // date and time of the last web site update (example format: 01 Jan at 18:30:55)
// =====================================================================================================================
$updated = "<#update format="'at' hh:mm:ss 'on' MMMM dd">"; // date and time of the last web site update (example format: at 18:30:55 on 01 Jan)
$updateU = strtotime(str_replace('/','-',"<#update>")); // (Unix timestamp format)
$update = "27/04/2020 20:15:00"; // date and time of the last web site update (example format: 01 Jan at 18:30:55)
// =====================================================================================================================
$updated = "at 08:15:00 on April 27"; // date and time of the last web site update (example format: at 18:30:55 on 01 Jan)
$updateU = strtotime(str_replace('/','-',"27/04/2020 20:15:00")); // (Unix timestamp format)
freddie wrote: ↑Mon 27 Apr 2020 7:54 pmIt looks as if it must be something local.
Aha! I've changed (in the past month) to using Linux containers* rather than VMs. Just checked the container locale and it is different to the original VM. I will change the container locale setting.
* I highly recommend this approach. Very light on resources compared to a VM, and much faster