Modification of atom0s's clock addon to add in Vana'diel time elements. This is basically just the Clock addon from atom0s (https://github.com/AshitaXI/Ashita-v4beta/) combined with functions from the the Ashita v3 lib vanatime (https://git.ashitaxi.com/Ashita/Ashitav3-Release/src/commit/8eb0fde9d462de2da20d68be11ad31cf4fa3787f/addons/libs/ffxi/vanatime.lua). Allows you to see Vana'diel time on screen at all times, even when the vanilla clock disappears (e.g. when fishing, or when the target menu is open.)
{ '/time help', 'Displays the addons help information.' },
{ '/time save', 'Saves the current settings.' },
{ '/time reload', 'Reloads the settings from disk for the current player. (Or defaults otherwise.)' },
{ '/time reset', 'Resets the settings to defaults.' },
{ '/time add <name> <offset>', 'Adds a clock with the given timezone offset.' },
{ '/time (del | delete | rem | remove) <name>', 'Deletes a clock.' },
{ '/time clear', 'Removes all clocks.' },
{ '/time (f | fmt | format) [format]', 'Displays or sets the timestamp format to be used with the clocks.' },
{ '/time (s | sep | separator) [separator]', 'Displays or sets the separator to be used between each clock.' },
{ '/time (c | col | color) <a> <r> <g> <b>', 'Sets the clock color.' }


