Posted by agl666 on March 29, 2009 at 7:57am
Jump to:
| Project: | Currency Exchange |
| Version: | 6.x-1.0 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | agl666 |
| Status: | closed (fixed) |
Issue Summary
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
#1
That would be time of the last updating rates.
I guess you can get GMT+3 by using gmmktime.
#2
Automatically closed -- issue fixed for 2 weeks with no activity.