Make locale safe paths

getTarget 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: Id0d994231fa82d5695e7b0fdbae32333b9e77a6e
1 file changed