Skip to content

Instantly share code, notes, and snippets.

@syenchuk
Created February 10, 2020 11:00
Show Gist options
  • Select an option

  • Save syenchuk/a6ec1c1bd28a8ccd3e454d2e4d60cf54 to your computer and use it in GitHub Desktop.

Select an option

Save syenchuk/a6ec1c1bd28a8ccd3e454d2e4d60cf54 to your computer and use it in GitHub Desktop.
from datetime import datetime
from datetime import timezone
current_date = datetime.now(timezone.utc)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment