The two string functions timeformat() and to_time() shall support milli- and microseconds as well. Use the characters from here for identification: https://www.php.net/manual/en/datetime.format.php
The corresponding code section is located in \kernel\core\strings\stringfunctions.hpp. Update the function strfnc_to_time to support the new date types. Note that the used tm timeStruct does not support milli- and microseconds, so you have to parse and add them manually (also consider the case, that somebody might have milli- or microseconds, which are much more than 1s in total).
The function timeformat() cannot be updated in this way (due to the fact that the argument is an integer and not a float). We'll drop that for now.
For documentation reach out to numere-lang/de-DE/main.nlng and update the documentation for PARSERFUNCS_LISTFUNC_FUNC_TO_TIME_[TIME_STRING] with the new argument types. Do the same for the corresponding id in en-GB/main.nlng
"i" and "u".Change was added to the automatic SW tests. Occured deviation was fixed.
Anonymous
Diff:
Diff:
Diff:
Diff:
Related
Commit: [r1021]
Diff: