neilmunday / Salt-Minion-Inventory

Salt Minion Inventory provides a web based interface to your SaltStack minions to view their state.
GNU General Public License v3.0
36 stars 4 forks source link

Fix handling of UTC dates #15

Closed neilmunday closed 5 years ago

neilmunday commented 5 years ago

The Salt server generates time stamps in UTC format and they are stored in MySQL as "DateTime". This removes the time zone information which results in misleading last seen and last audit values being displayed in the web interface.

Suggest storing the time stamps as Unix time stamps instead.

neilmunday commented 5 years ago

Implemented in version 1.4.