As it decribed in API.txt, currency_api_exchange() function returns following:

* $result['date'] Date of the last update to the rates (Format is "m/d/yyyy")
* $result['time'] Time of the last update to the rates (Format is "h:mmpm")

What's that? Time of last rates' update time in Yahoo!Finance or time of the last updating (e.g. downloading) rates from Yahoo!Finance?

And how can I get of the last update in GMT+3?

Thanks.

Comments

amateescu’s picture

Status: Active » Fixed

That would be time of the last updating rates.

I guess you can get GMT+3 by using gmmktime.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.