Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to change RX Time formatting #157

Open
LHDean opened this issue Aug 2, 2023 · 0 comments
Open

Ability to change RX Time formatting #157

LHDean opened this issue Aug 2, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@LHDean
Copy link

LHDean commented Aug 2, 2023

In my current use of Serial Studio I often port the csv to Excel for data manipulation. As a result I often find myself having to change all of the RX Time entries provided so that Excel detects them as valid datetime fields. The reason for this is that the RX Time data is presented as YYYY/MM/DD/ HH:mm:SS::ssssss, while Excel for example will only detect dates of format YYYY/MM/DD HH:mm:SS.ssssss (notice the missing slash after DD and the decimal point instead of :: separator between SS and ssssss)

It would be nice to have some ability to modify the format of the RX Time field in settings so that I can present the datetime in whatever format I like, with custom separators between year, month, date, hour, minute, second, and sub-second fields.

Currently I've basically been using manual Find and Replace to accomplish this; I understand that it's possible to code up a quick script to do this on my end, but I feel this would be a good quality of life improvement for most users.

@LHDean LHDean added the enhancement New feature or request label Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants