Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.216.45
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
python27 /
share /
doc /
alt-python27-isodate /
Delete
Unzip
Name
Size
Permission
Date
Action
CHANGES.txt
2.02
KB
-rw-r--r--
2015-08-06 03:26
README.rst
4.8
KB
-rw-r--r--
2015-05-18 22:57
TODO.txt
1.35
KB
-rw-r--r--
2014-02-23 01:47
Save
Rename
TODOs ===== This to do list contains some thoughts and ideas about missing features, and parts to think about, whether to implement them or not. This list is probably not complete. Missing features: ----------------- * time formating does not allow to create fractional representations. * parser for ISO intervals. * currently microseconds are always padded to a length of 6 characters. trailing 0s should be optional Documentation: -------------- * parse_datetime: - complete documentation to show what this function allows, but ISO forbids. and vice verse. - support other separators between date and time than 'T' * parse_date: - yeardigits should be always greater than 4 - dates before 0001-01-01 are not supported * parse_duration: - alternative formats are not fully supported due to parse_date restrictions - standard duration format is fully supported but not very restrictive. * Duration: - support fractional years and month in calculations - implement w3c order relation? (`<http://www.w3.org/TR/xmlschema-2/#duration-order>`_) - refactor to have duration mathematics only at one place. - localize __str__ method (does timedelta do this?) - when is a Duration negative? - normalize Durations. months [00-12] and years ]-inf,+inf[