Question
velocity script is rendering a random time, idky.
Probably not the right Location for this but i'm trying to pull in a SFDC custom object formula field and it's spitting out a random time.
Script is pulling in everything right except the time. Anyone know why time is being weird?
#set ($sadate = 'not available')
#foreach($project in $project_task__cList)
#if( $project.Service_Type__c.toLowerCase().equals("randomness") || $project.Name.toLowerCase().equals("random"))
#set ( $sadate = $convert.parseDate($project.Service_Appointment_Start_Time__c, 'MM-dd-yy HH:mm') )
#end
#end
$sadate
should be Thu Jun 08 3:00 pm HST
is showing
Thu Jun 08 14:00:00 CDT 2180