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
I tried to run a time script. But according to the code, it should return a very long list of date range. But it failed to do so. Can you please give me an explanation or some documentation which specifies that golang doesn't support time values (like it doesn't
support for file handling operations.)
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
Note that `now := time.Now().Local()` on the playground always is `2009-11-10 23:00:00 +0000 UTCZ`. Your loop works correctly and ends with `[2009-11-09 2009-11-16]`.