mirror of
				https://github.com/laurivosandi/certidude
				synced 2025-10-31 01:19:11 +00:00 
			
		
		
		
	Fix typos for local time conversion
This commit is contained in:
		| @@ -47,7 +47,7 @@ class StatusFileLeaseResource(object): | ||||
|         status = parse_status(fh.read()) | ||||
|         for cn, e in status.routing_table.items(): | ||||
|             yield { | ||||
|                 "acquired": status.client_list[cn].connected_since.replace(tzinfo=localtime) | ||||
|                 "acquired": status.client_list[cn].connected_since.replace(tzinfo=localtime), | ||||
|                 "released": None, | ||||
|                 "address":  e.virtual_address, | ||||
|                 "identity": "CN=%s" % cn, # BUGBUG | ||||
|   | ||||
		Reference in New Issue
	
	Block a user