Skip to content

Commit

Permalink
new timestamp formats
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Mouy committed Dec 18, 2023
1 parent c52a428 commit a21ac46
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ecosound/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.22"
__version__ = "0.0.23"
18 changes: 18 additions & 0 deletions ecosound/core/timestamp_formats.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,24 @@
"time_format": "_%Y%m%d_%H%M%S."
}
,
{
"name": "MARU_with_ms",
"string_pattern":"_[0-9]{8}_[0-9]{6}_[0-9]{3}\\.",
"time_format": "_%Y%m%d_%H%M%S_%f."
}
,
{
"name": "MARU_variant",
"string_pattern":"_[0-9]{6}_[0-9]{6}_",
"time_format": "_%y%m%d_%H%M%S_"
}
,
{
"name": "PMEL",
"string_pattern":"-[0-9]{6}-[0-9]{6}\\.",
"time_format": "-%y%m%d-%H%M%S."
}
,
{
"name": "SAMS",
"string_pattern":"_[0-9]{4}-[0-9]{2}-[0-9]{2}_[0-9]{2}-[0-9]{2}-[0-9]{2}\\.",
Expand Down

0 comments on commit a21ac46

Please sign in to comment.