Skip to content

Commit 5c9d634

Browse files
committed
slurm2sql: seff: long output: don't show year to save columns
1 parent 5a6784c commit 5c9d634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slurm2sql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1230,7 +1230,7 @@ def seff_cli(argv=sys.argv[1:], csv_input=None):
12301230

12311231
long_output = ''
12321232
if args.long:
1233-
long_output = "strftime('%Y-%m-%d %H:%M', Start, 'unixepoch') AS Start, strftime('%Y-%m-%d %H:%M', End, 'unixepoch') AS End,"
1233+
long_output = "strftime('%m-%d_%H:%M', Start, 'unixepoch') AS Start, strftime('%m-%d_%H:%M', End, 'unixepoch') AS End,"
12341234

12351235
db = import_or_open_db(args, sacct_filter, csv_input=csv_input)
12361236

0 commit comments

Comments
 (0)