Skip to content

Commit c59413b

Browse files
committed
powrap
1 parent d79f5e2 commit c59413b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

library/time.po

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,11 @@ msgid ""
485485
"c:func:`gmtime` failure. It's common for this to be restricted to years "
486486
"between 1970 and 2038."
487487
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."
488493

489494
#: ../Doc/library/time.rst:271
490495
msgid ""

0 commit comments

Comments
 (0)