k-szuster / luci-access-control

OpenWrt internet access scheduler
Apache License 2.0
150 stars 47 forks source link

Add "UTC" to time column labels #22

Closed narthur closed 5 years ago

narthur commented 5 years ago

It's easy to miss that the times need to be in UTC. Why not label the columns as "Start time UTC" and "End time UTC"?

k-szuster commented 5 years ago

UTC time is used in OpenWRT-CC (15) only, which was already mentioned before. Both OpenWRT-BB (14) and newer releases (after may 2017) interpret times correctly. There is no simple solution to this problem, since the bug comes with CCs kernel. I wouldn't like to create separate package for that single version.

narthur commented 5 years ago

@k-szuster Thanks for the clarification, that makes total sense. Closing.