LibDailyReset (1.0)
Little library providing addon authors with an easy way to get server (EU and NA) reset moment to reset some addon data or whatever they want.
Usage: make sure to make your manifest DependsOn: LibDailyReset, and then simply register a callback on your addons init:
LibDailyReset:RegisterCallback(“OnDailyReset”, function()
d(“Im resetting my stuff!”)
end)

