myFinCenter {timeDate} | R Documentation |
A character string with the name of my financial center.
Can be modified by the user to his/her own or any other financial
center. The default is "GMT"
. To list all supported
financial centers use the function listFinCenter
.
## myFinCenter - the global setting currently used: getRmetricsOptions("myFinCenter") ## Change to another Financial center: # setRmetricsOptions(myFinCenter = "Zurich") ## Do not care about DST ... # setRmetricsOptions(myFinCenter = "GMT")