Time zones with offsets below -11:59 and above 11:59 are not accepted by the Date class
avandecreme opened this issue · 1 comments
avandecreme commented
The hour offset is checked to be at most 11
here:
libsbml/src/sbml/annotation/Date.cpp
Line 648 in 226c867
This prevent representing some time zones, for example LINT is UTC+14 and AoE is UTC-12.
Would you be interested by a patch fixing this?
fbergmann commented
thank you for letting us know, a patch would certainly be helpful. Should you not have time to do that, we'll be able to construct test cases now that you have let us know. Thank yoiu