You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golan...@googlegroups.com
In my application i am receiving a JSON data which contains a data in date time offset format . I need to unmarshal it and store in the data base in the same date time offset format . So is there a data type available in go to declare a variable in tat format ????
C Banning
unread,
Mar 4, 2015, 7:54:39 AM3/4/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golan...@googlegroups.com
What does this format look like? An example would be nice.
If it is an offset between two absolute points in time why not just store it in a time.Duration? That would integrate well with the stdlib's time library for doing operations with this value.