8000 traducción library/time by stephfz · Pull Request #2211 · python/python-docs-es · GitHub
[go: up one dir, main page]

Skip to content

traducción library/time #2211

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Nov 22, 2022
Prev Previous commit
Next Next commit
cambio de epoca a epoch
Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
  • Loading branch information
stephfz and cmaureir authored Nov 21, 2022
commit ae4832d7d4b8db85d2484c225cf2fd216c8e0b88
2 changes: 1 addition & 1 deletion library/time.po
Original file line number Diff line number Diff line change
Expand Up @@ -1269,7 +1269,7 @@ msgid ""
"the epoch_. This is commonly referred to as `Unix time <https://en.wikipedia."
"org/wiki/Unix_time>`_."
msgstr ""
"Retorna el tiempo en segundos desde la época_ como un número de coma "
"Retorna el tiempo en segundos desde la epoch como un número de coma "
"flotante. El manejo de `leap seconds`_ es dependiente a la plataforma. En "
"Windows y en la mayoría de sistema Unix, los segundos extra no son contados "
"hasta el tiempo en segundos desde la época_. Esto es comúnmente referido "
Expand Down
0