tukui-org / ElvUI

User Interface replacement AddOn for World of Warcraft.
https://tukui.org
Other
399 stars 137 forks source link

Added seconds option to the time datatext. #1111

Closed benwcaler closed 7 months ago

benwcaler commented 7 months ago

Added seconds to the time datatext. Works in 12/24-hour time. Slightly increased speed of invite flash notification to match the 1-second update. Added option to ElvUI Options.

kodewdle commented 7 months ago

GetCurrentCalendarTime is desynced from date's sec which at the hour will desync minutes from time, same as the chat can. which is the only reason this isn't already implemented

kodewdle commented 7 months ago

i rewrote the way the chat/time DT calculate time so it might fix #60 and also add seconds to the time datatext! :)