- 
    Type:
Improvement
 - 
    Resolution: Unresolved
 - 
    Priority:
Major - P3
 - 
    None
 - 
    Affects Version/s: None
 - 
    Component/s: Replication, Shell
 - 
    None
 
- 
        Replication
 - 
        None
 
- 
        None
 - 
        None
 - 
        None
 - 
        None
 - 
        None
 - 
        None
 
Different replication shell helpers report times in different timezones. It would give a good user experience if consistent format/timezone is reported everywhere.
e.g. rs.status() and db.getReplicationInfo() both use different timezones.
db.getReplicationInfo() 
"tLast" : "Wed Dec 09 2015 15:45:53 GMT-0800 (PST)",
"now" : "Wed Dec 09 2015 15:45:55 GMT-0800 (PST)"
rs.status() 
"optime" : Timestamp(1449272735, 3),
"optimeDate" : ISODate("2015-12-09T23:45:35Z"),
"lastHeartbeat" : ISODate("2015-12-09T23:45:35.810Z")