Hello,
I have found a strange behavior. We are getting Insight date and time attribute to prefill date picker using SR Behaviors. The strange thing is that prefilled dates get +1h for dates in winter time and +2h in summer time. How to get raw time from Insight?
Code is very simple:
String format = "dd/MMM/yy HH:mm a";
SimpleDateFormat formater = new SimpleDateFormat(format);
String formatedDate = formater.format(testDateAttributeBean);
log.warn formatedDate
When I logged .toTimestamp() it showed correct date with +00:00.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.