Dates derived from now.toString produce strange reslts
I'm not whether to post this in the Deluge forum or here.
I'm using a timeStamp as part of a filename that gets written to Workdrive. The timestamp string is derived with the following line:
timeStamp = now.toString("yyyy-mm-dd 'at' hh:mm:ss","America/Denver");
... which yields results like this:
The intention is that the timestamp format should force the files into chronological order. It's not really clear to me what it's doing.
-Bryan