Bug 380581

Summary: POSIXct/POSIXlt class in data editor
Product: [Applications] rkward Reporter: RKWard Team <rkward-devel>
Component: generalAssignee: RKWard Team <rkward-devel>
Status: REPORTED ---    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: All   
Latest Commit: Version Fixed In:

Description RKWard Team 2007-11-07 00:28:54 UTC
-- Originally posted by (AT sourceforge.net): kapatp --

-- This ticket was imported from http://sourceforge.net/p/rkward/feature-requests/47 on 2017-05-31 14:48:56 +0100 --
Currently, the data editor handles numeric, factor, and cahracter classes. Often, datasets include date-time variables - which when read from csv files are treated as factors or characters \(nothing to do here\!\), but after being converted to any DateTimeClass \(as.POSIXct/as.POSIXlt\) it is displayed as numbers \(since epoch - that is how it is internally stored I guess\). Note that on "View"-ing the data, which amounts to print\(data\), the date variable is properly handled by print. Is there anyway to do it in the editor-display itself, instead of converting back to character?-- Labels: Editor / table --