Subject: | format_datetime silently truncates sub-second digits |
Hello,
format_datetime() is silently truncating times to seconds, although the timestamp field in Postgres supports greater precision from this.
There should at least be a warning that some data-loss is occuring, although ideally this can be fixed to preserve the precision as much as possible.