summary refs log tree commit diff stats
path: root/python/qemu/utils/__init__.py
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2022-04-07 15:21:41 +0400
committerMarc-André Lureau <marcandre.lureau@redhat.com>2022-04-21 17:37:16 +0400
commit55fa0170721e827c1701db3a66a54d44b5660d53 (patch)
tree16e06b312b5500fa670e17901702205d225bc0ce /python/qemu/utils/__init__.py
parentd30c08dfe42ba3e3521e17cc41ea320366264a11 (diff)
downloadfocaccia-qemu-55fa0170721e827c1701db3a66a54d44b5660d53.tar.gz
focaccia-qemu-55fa0170721e827c1701db3a66a54d44b5660d53.zip
qga: use fixed-length and GDateTime for log timestamp
The old code is kind of wrong. Say it's 1649309843.000001 seconds past
the epoch. Prints "1649309843.1". 9us later, it prints "1649309843.10".
Should really use %06lu for the microseconds part.

Use GDateTime instead, as suggested by Daniel.

Suggested-by: Markus Armbruster <armbru@redhat.com>
Suggested-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'python/qemu/utils/__init__.py')
0 files changed, 0 insertions, 0 deletions