sql>select current_time();
+-----------------------+
| L2                    |
+=======================+
| 17:05:10.000000+01:00 |
+-----------------------+
1 tuple (0.796ms)


Is it expected that the result type's precision of current_time() is limited to seconds?
Any way to get milliseconds?