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 d79f5e2 commit c59413bCopy full SHA for c59413b
library/time.po
@@ -485,6 +485,11 @@ msgid ""
485
"c:func:`gmtime` failure. It's common for this to be restricted to years "
486
"between 1970 and 2038."
487
msgstr ""
488
+":func:`localtime` podría lanzar un :exc:`OverflowError`, si los valores de "
489
+"la marca de tiempo están fuera del rango soportado por las funciones :c:func:"
490
+"`localtime` o :c:func:`gmtime` de la plataforma C, y el :exc:`OSError` en las "
491
+"funciones :c:func:`localtime` o :c:func:`gmtime`. Es común que este "
492
+"esté restringido para los años entre 1970 y 2038."
493
494
#: ../Doc/library/time.rst:271
495
msgid ""
0 commit comments