>     public static String dateFormat(Date date) {
> -      return date != null ? DATE_FORMAT.format(date) : "";
> +      return date != null ? new SimpleDateFormat("dd/MM/yyyy HH:mm:ss 
> zzz").format(date) : "";

Curious about this one? I guess it's the lack of synchronization we're fixing 
here..?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/71/files#r17204172

Reply via email to