#1407 closed defect (fixed)

The auto-generated job names use 12-hour time format

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: trivial Milestone: Job scheduler extension v1.7
Component: net.sf.basedb.opengrid Keywords:
Cc:

Description

The auto-generated names for jobs include the date and time to make folders easier to find on the server. For example: xxxx-220831-0925-0001-8dd22e The 0925 is the time part. The intention was to use 24-hour time format, but it is using 12-hour format so values in the afternoon are unexpected.

Change History (1)

comment:1 by Nicklas Nordborg, 20 months ago

Owner: set to Nicklas Nordborg
Resolution: fixed
Status: newclosed

In 6825:

Fixes #1407: The auto-generated job names use 12-hour time format

Use HH instead of hh in the format string.

Note: See TracTickets for help on using tickets.