You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The time, when available, is already being formatted[1]. At least the seconds part.
Including the fraction part would take some effort. The Lua os.date() does not seem to understand fractional seconds, so this would need to be done explicitly with some string manipulation. (like epicsTimeToStrftime() does)
It might also mean some restructuring of how parse_dbr() interacts with its callers to eg. move more of the printing into parse_dbr().
cf. https://epics.anl.gov/tech-talk/2021/msg02039.php
On 11/24/21 6:07 PM, Shankar, Murali via Tech-talk wrote:
The text was updated successfully, but these errors were encountered: