RevolutionAnalytics / AzureML

An R interface to AzureML(https://studio.azureml.net/) experiments, datasets, and web services.
Other
47 stars 22 forks source link

experiments() throws POSIXct warnings #50

Closed andrie closed 8 years ago

andrie commented 8 years ago

Sample code:

ws <- workspace()
experiments(ws)

Result:

Warning messages:
1: In strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) :
  unable to identify current timezone 'C':
please set environment variable 'TZ'
2: In strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) :
  unknown timezone 'localtime'