Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[bug?] modified? versus get-modes

 [1/2] from: rebol-list2:seznam:cz at: 16-Aug-2004 17:32


Hello rebolist, just found this:
>> system/version
== 1.2.48.3.1
>> type? f
== file!
>> modified? f
== 15-Mar-2004/17:57:04+1:00
>> get-modes f [modification-date]
== [modification-date: 15-Mar-2004/17:57:04+2:00] You can see, that there is different time zone! Is it just me who consider this to be a bug? (maybe this is the reason why I have almost all icons in IOS in red color:( can someone log this into bugbase, if it's a bug? Thanks. Oldes -- Best regards, rebOldes -----------------[ http://oldes.multimedia.cz/ ]

 [2/2] from: antonr::lexicon::net at: 19-Aug-2004 2:49


Good catch Oldes! I get different timezones for all versions from 1.2.48 down to and including View 1.2.1.3.1. set-modes f: %afile [modification-date: 15-Mar-2004/17:57:04+1:00] print get-modes f [modification-date] print modified? f I have submitted it to the bug tracker: #461 Regards, Anton.