Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2cdc577

Browse files
author
Alexis Bienvenüe
committed
Forgot to change one timestamp format in c56dae7
1 parent bf7387e commit 2cdc577

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/backends/backend_ps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1283,7 +1283,7 @@ def write(self, *kl, **kwargs):
12831283
source_date_epoch = os.getenv("SOURCE_DATE_EPOCH")
12841284
if source_date_epoch:
12851285
source_date = datetime.datetime.utcfromtimestamp(
1286-
int(source_date_epoch) ).strftime("%a %b %e %T %Y")
1286+
int(source_date_epoch) ).strftime("%a %b %d %H:%M:%S %Y")
12871287
else:
12881288
source_date = time.ctime()
12891289
print("%%CreationDate: "+source_date, file=fh)

0 commit comments

Comments
 (0)