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
Trying to disassemble it every time to basically undo what's been done in the fromJava method, is there some philosophy here that I'm missing? If I want to know the type of the timestamp I'm also supposed to do call for the option of each one in succession to try infer the type?
I'd have expected an optional timestamp with the type attached, I propose that maybe it can be re-thought, or perhaps get some peace of mind on what's the reasoning behind this.
The text was updated successfully, but these errors were encountered:
I was hoping it was clearer to me why the Timestamp was chosen to be represented the way it is.
I find myself having to write this sort of thing
Trying to disassemble it every time to basically undo what's been done in the
fromJava
method, is there some philosophy here that I'm missing? If I want to know the type of the timestamp I'm also supposed to do call for the option of each one in succession to try infer the type?I'd have expected an optional timestamp with the type attached, I propose that maybe it can be re-thought, or perhaps get some peace of mind on what's the reasoning behind this.
The text was updated successfully, but these errors were encountered: