timeftm can not handle millisecond. This makes it hard to plot things that happens on millisecond basis.
My data looks like
2021-03-25 09:00:01.120,3.3
2021-03-25 09:00:01.121,3.1
2021-03-25 09:00:01.122 3.0
2021-03-25 09:00:01.123,3.1
2021-03-25 09:00:01.124,3.3
2021-03-25 09:00:01.125,3.4
I understand that times could be converted to som arbitrary number for time-series but this is
extra step an I loose information.
gnuplot
G N U P L O T
Version 5.2 patchlevel 8 last modified 2019-12-01
Copyright (C) 1986-1993, 1998, 2004, 2007-2019
Thomas Williams, Colin Kelley and many others
gnuplot home: http://www.gnuplot.info
faq, bugs, etc: type "help FAQ"
immediate help: type "help" (plot window: hit 'h')
From the documentation (end of a long section about time/date formats):
and from the section on time_specifiers:
So if you indeed have a case where fractional seconds are being lost, that might be a bug. Please show the commands that are failing.
There was a post on the newsgroup a month ago, where it failed with the
%pAM/PM specifier.