MartijnBraam / python-isc-dhcp-leases

Small python module for reading /var/lib/dhcp/dhcpd.leases from isc-dhcp-server
MIT License
122 stars 46 forks source link

changed times to UTC as per dhcpd.leases man page #3

Closed andir closed 9 years ago

andir commented 9 years ago

as per dhcp.leases man page all times are specified in UTC. Thus the valid check was broken on machines where local time is not UTC.

MartijnBraam commented 9 years ago

Thanks.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 98.712% when pulling 9a68800582ef9411c8180825098d9d2f3aa0258f on andir:use_utc_times into 04d46c4306ac4a0e68624aacba400735cbba728e on MartijnBraam:master.