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 e5669ea commit 28eb328Copy full SHA for 28eb328
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`. Esto es comun que esto "
492
+"restringido para los años entre 1970 y 2038."
493
494
#: ../Doc/library/time.rst:271
495
msgid ""
0 commit comments