Re: [Proposal]- Go SDK add a function to convert from m.Time to time.Time

2022-06-06 Thread Kane Knight
Thanks guys, I was looking at the 2.38 version and that’s was why I didn’t see Danny’s change. Do you know if there are small changes that would be a good first issue to tackle? Thanks, Kane On 6 Jun 2022, at 16:12, Danny McCormick mailto:dannymccorm...@google.com>> wrote: Hey Kane, I also

[Proposal]- Go SDK add a function to convert from m.Time to time.Time

2022-06-06 Thread Kane Knight
I’ve noticed in the mtime package (go/pkg/beam/core/graph/mtime/time.go), there is a function FromTime which takes a time.Time and returns a mtime.Time. In my own project I’ve needed to convert to time.Time and to do so I needed to first convert to milliseconds and the use those milliseconds to