Timestamp UtilsWriting unix timestamps is hard. Reading them is is harder. Timestamp Utils gives you simmple commands to insert and manipulate unix timestamps, and renders human-readable equivalents next to any ones it finds in your editor. FeaturesInsert Current Time (MS)Inserts the current unix timestamp to the current cursor location. Note: The timestamp will be millisecond resolution. Insert From ISO Timestamp (MS)Inserts a unix timestamp at the current cursor location using a user-provided ISO timestamp. Note: The timestamp will be millisecond resolution. Add MillisecondsOverwrites a currently selected unix timestamp with a new timestamp modified by the user's input. Add SecondsOverwrites a currently selected unix timestamp with a new timestamp modified by the user's input. Add MinutesOverwrites a currently selected unix timestamp with a new timestamp modified by the user's input. Add HoursOverwrites a currently selected unix timestamp with a new timestamp modified by the user's input. Add DaysOverwrites a currently selected unix timestamp with a new timestamp modified by the user's input. Add WeeksOverwrites a currently selected unix timestamp with a new timestamp modified by the user's input. Add MonthsOverwrites a currently selected unix timestamp with a new timestamp modified by the user's input. Add YearsOverwrites a currently selected unix timestamp with a new timestamp modified by the user's input. Toggle HintsToggles hints on/off for unix timestamps found in code. Configuration
Release Notes0.0.2Adds a new "hints" feature that shows the corresponding ISO timestamp next to any unix timestamps in the code editor. 0.0.1Initial release |