Add datetime helpers and move all time/date time datetime_handling folder

previous string_handling located datetime and timestamp files have been moved
to the datetime handling folder

Update readme file with more information about currently covered areas
This commit is contained in:
Clemens Schwaighofer
2025-10-24 10:03:04 +09:00
parent 53cf2a6f48
commit a76eae0cc7
19 changed files with 1951 additions and 401 deletions

View File

@@ -10,7 +10,8 @@ import sys
import io
from pathlib import Path
from corelibs.file_handling.progress import Progress
from corelibs.string_handling.datetime_helpers import convert_timestamp, create_time
from corelibs.datetime_handling.datetime_helpers import create_time
from corelibs.datetime_handling.timestamp_convert import convert_timestamp
def main():