]> granicus.if.org Git - sysstat/commit
Add support for option -t with sadf's SVG output (#331)
authorSebastien GODARD <sysstat@users.noreply.github.com>
Wed, 17 Aug 2022 07:55:20 +0000 (09:55 +0200)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Wed, 17 Aug 2022 07:55:20 +0000 (09:55 +0200)
commit5a786ba8a635f619b49ec3f9ee664a232e3de59f
tree8e0ef0caaeed9ca7d99830c3c19e27e3ea1e8f85
parent37d9210cf3201424a0b77cfddb5ae6b03cab94cd
Add support for option -t with sadf's SVG output (#331)

When sadf was used to display SVG graphs, it was not possible to display
the timestamps (on the X axis) in the same locale as that of the file
creator. This was because option -t was not supported by sadf in SVG
output format. This patch fixes that.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
format.c
sa.h
sadf.c
svg_stats.c