We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa48d0a commit dbee43eCopy full SHA for dbee43e
doc/reference/reference_lua/datetime.rst
@@ -271,6 +271,10 @@ Functions
271
:param string format: indicator of the ``input_string`` format.
272
Possible values: 'iso8601', 'rfc3339', or ``strptime``-like format string.
273
If no value is set, the default formatting is used (``"%F %T %Z"``).
274
+ Note that only a part of possible ISO 8601 and RFC 3339 formats are supported.
275
+ To parse unsupported formats, you can specify a format string manually using
276
+ `conversion specifications <https://www.freebsd.org/cgi/man.cgi?query=strftime&sektion=3>`__
277
+ and ordinary characters.
278
:param number tzoffset: time zone offset from UTC, in minutes.
279
280
:return: a datetime_object
0 commit comments