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

Time should be be record type #725

Open
hugohills-regnosys opened this issue Jan 30, 2024 · 2 comments
Open

Time should be be record type #725

hugohills-regnosys opened this issue Jan 30, 2024 · 2 comments
Labels
enhancement New feature or request subject: syntax This issue is about the syntax of Rosetta

Comments

@hugohills-regnosys
Copy link
Contributor

Time is currently represented as Rosetta basic time time but in the Java representation it is a String which makes it hard to work with, e.g. hour, minute etc inaccessible in the model.

It should be a record type.

record type {
    hour int,
    minute int, 
    second int,
    milisecond int
}
@hugohills-regnosys
Copy link
Contributor Author

Java implementation should include converting to and from ISO format

@hugohills-regnosys
Copy link
Contributor Author

I think this would be a few days work to implement

@SimonCockx SimonCockx added subject: syntax This issue is about the syntax of Rosetta and removed java labels Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request subject: syntax This issue is about the syntax of Rosetta
Projects
None yet
Development

No branches or pull requests

2 participants