diff --git a/Anomaly Detection/R/azureml_ts_anom_detection.R b/Anomaly Detection/R/azureml_ts_anom_detection.R index e5d610e..1009c9b 100644 --- a/Anomaly Detection/R/azureml_ts_anom_detection.R +++ b/Anomaly Detection/R/azureml_ts_anom_detection.R @@ -111,7 +111,7 @@ if(xlabel == "None") { xlabel <- ''} } #res$anoms$timestamp <- as.character(res$anoms$timestamp, format="%Y-%m-%dT%I:%M:%S %Z") - res$anoms[[1]] <- as.character(res$anoms[[1]], format="%Y-%m-%dT%I:%M:%S %Z") + res$anoms[[1]] <- as.character(res$anoms[[1]], format="%Y-%m-%dT%H:%M:%S %Z") if(plot == TRUE){print(res$plot) }