We are seeking a skilled Go developer with a solid foundation in software engineering to join our team.
Feature Development: Architect and implement new features for our server components, ensuring scalability and performance.
Code Integration and Debugging: Collaborate with the development team to design, develop, integrate, and debug code on Linux systems.
I hereby claim:
- I am ju-popov on github.
- I am jupopov (https://keybase.io/jupopov) on keybase.
- I have a public key ASC659ubn_G9p5qdTNq7riNXTVgv1pK3USUmJU14wz24uAo
To claim this, I am signing this object:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
###################################################################### | |
# CURRENT AWARE LOCAL DATETIME | |
###################################################################### | |
from datetime import datetime | |
from tzlocal import get_localzone | |
local_tz = get_localzone() | |
local_dt = datetime.now(local_tz) |