Skip to content

Instantly share code, notes, and snippets.

@aniruddha27
Created April 25, 2020 10:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aniruddha27/f93d75c991755e6d51793bbc90ad3944 to your computer and use it in GitHub Desktop.
Save aniruddha27/f93d75c991755e6d51793bbc90ad3944 to your computer and use it in GitHub Desktop.
print('Datetime :',d1)
# date
print('Date :',d1.date())
# time
print('Time :',d1.time())
# new datetime
print('New datetime :',d1.replace(day=24, hour=14))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment