Skip to content

Instantly share code, notes, and snippets.

@reima
reima / timestamp.py
Last active December 11, 2015 20:58 — forked from robcowie/timestamp.py
# -*- coding: utf-8 -*-
from datetime import datetime
import sublime_plugin
class TimestampCommand(sublime_plugin.EventListener):
"""Expand `isoD`, `now`, `datetime`, `utcnow`, `utcdatetime`,
`date` and `time`
"""