Log Events in UTC format

psorella
Conversationalist

Log Events in UTC format

Hello Team

I am starting to use Meraki API and python in my new social distancing enviroment 🙂

All is new for me and for this reason I have a doubt ( a lot of doubts)

When I use the following command: dashboard.networks.getNetworkEvents

the response key: "occurredAt"  is in GMT time.

How can I convert this value time to GMT-3 time?

 

Thank you in advance,

Pablo

 

 

2 REPLIES 2
PhilipDAth
Kind of a big deal
Kind of a big deal

Thank you Philip for your answer.

I found first the datetime problem was in string format. For that reason I had to transform the data to a number data using:

data['num']=pd.to_datetime(data['occurredAt'])

I would to investigate the document You send me.

Thanks

Get notified when there are additional replies to this discussion.
Welcome to the Meraki Community!
To start contributing, simply sign in with your Cisco account. If you don't yet have a Cisco account, you can sign up.