Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Dan CamperDan CamperReporter
Arjuna ChalaArjuna ChalaPriority
MinorFix versions
Pull Request URL
Affects versions
Details
Details
Components
Assignee
Dan Camper
Dan CamperReporter
Arjuna Chala
Arjuna ChalaPriority
Fix versions
Pull Request URL
Affects versions
Created January 12, 2017 at 9:40 PM
Updated April 25, 2018 at 11:08 AM
Resolved April 25, 2018 at 11:08 AM
Similar to:
DateFormat pstFormat = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.SSS");
pstFormat.setTimeZone(TimeZone.getTimeZone("PST"));
System.out.println(pstFormat.format(date));
Example usage: Client browser is required to show column information in local time. Client calls a Roxie query, the query accepts a locale parameter along with other parameters, process the request and returns the localized results.