Skip to content

Commit 77736b5

Browse files
committed
Add timezone to lineage list timestamp [ci fast]
Signed-off-by: Paolo Di Tommaso <[email protected]>
1 parent 53824bb commit 77736b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/nf-lineage/src/main/nextflow/lineage/LinHistoryRecord.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import java.text.SimpleDateFormat
3030
@EqualsAndHashCode(includes = 'runName,sessionId')
3131
class LinHistoryRecord {
3232

33-
static final DateFormat TIMESTAMP_FMT = new SimpleDateFormat('yyyy-MM-dd HH:mm:ss')
33+
static final public DateFormat TIMESTAMP_FMT = new SimpleDateFormat('yyyy-MM-dd HH:mm:ss z')
3434

3535
final Date timestamp
3636
final String runName

0 commit comments

Comments
 (0)