Make locale safe paths
generateMultiplePath was using SimpleDateFormat with the default locale to create paths. In some locales this resulted in characters that are not safe to use on all file systems. Explicitly use Locale.US to be locale safe. Change-Id: Ic1cc0b83d04a81ab4791b90e34365896c9ca27fc
Loading
Please sign in to comment