Github user WangTaoTheTonic commented on the issue:

    https://github.com/apache/spark/pull/15803
  
    thanks for the fix.
    
    This patch parse the timestamp instead of the Date String returned. The 
REST api still return the GMT time, which is insistent with UI showing.
    
    I've googled and found one possible reason: 
http://stackoverflow.com/questions/23730062/use-iso-8601-dates-in-jax-rs-responses,
 which is caused by (de)seriallization.
    
    Currently, i think there're two solutions for this:
    1. use this patch, let UI show GMT time. If user wanna translate it to 
other timezone, they can use epoch like: "startTimeEpoch" etc.
    2. We transfer the Date with its timezone and get time in local no matter 
we use UI or REST api.
    
    How do you think guys?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to