fix datetime marshal json format. refer to rfc3339
in golang 's json, the "time" format should be as same at rfc3339
before:
```
{ "created_at" : 1551093564256, }```
```
{ "after" : "2019-02-25T11:19:24.256Z", }```
fix datetime marshal json format. refer to rfc3339
in golang 's json, the "time" format should be as same at rfc3339
before:
```
{ "created_at" : 1551093564256, }```
```
{ "after" : "2019-02-25T11:19:24.256Z", }```