Skip to content
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

поправить время now во всех эндпоинтах #72

Open
ArtemBalandin81 opened this issue May 8, 2024 · 0 comments
Assignees

Comments

@ArtemBalandin81
Copy link
Owner

Why?

Сделать отображение текущего времени - ТЕКУЩИМ!

How Does It Work Now?

Время отображается по времени запуска приложения (контейнера), т.к. берется из импортированной переменной, в которую и записывается timestamp времени, как я понял. Примерно вот так:
Image

How To Do?

  • посмотреть как это реализовано в эндпоинте загрузки файлов, когда создается имя файла по метке времени
  • каждый раз передавать метку времени в функцию (эндпоинт), а не брать ее из констант.

Where?

src/somewhere.py
src/somewhere/somewhere/somewhere.py

@ArtemBalandin81 ArtemBalandin81 self-assigned this May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant