Hacker News new | ask | show | jobs
by ben-schaaf 504 days ago
You can achieve the same thing using the arithmetic command in the command palette: `__import__('datetime').datetime.now().strftime("%Y-%m-%d %H:%M")`.
1 comments

Thank you, Ben. Wow! TIL.