Skip to content

Commit e427e0d

Browse files
YangSarahAlidoost
andauthored
Fix timestamp
Co-authored-by: SarahAlidoost <55081872+SarahAlidoost@users.noreply.github.com>
1 parent 7be45f7 commit e427e0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PyStemmusScope/iostreamer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def create_io_dir(forcing_filename, config):
4040
Path (string) to input, output directory and config file for every station/forcing.
4141
"""
4242
# get start time with the format Y-M-D-HM
43-
timestamp = time.strftime('%Y%m%d_%H%M')
43+
timestamp = time.strftime('%Y-%m-%d-%H%M')
4444
station_name = forcing_filename.split('_')[0]
4545
# create input directory
4646
input_dir = Path(f"{config['WorkDir']}/input/{station_name}_{timestamp}")

0 commit comments

Comments
 (0)