Last active
April 1, 2021 17:34
-
-
Save kpmiller/1d43481ff20f5a9c2196ade51a69028a to your computer and use it in GitHub Desktop.
python automator workflow for inserting time and date
This file contains hidden or 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
import datetime | |
print (datetime.datetime.now().strftime("%d %b %Y %-H:%M %p")) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Make sure to click the Output replaces selected text as shown in the image