discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GWorkspace and GNUSTEP_TZ


From: Masanori Kajiwara
Subject: GWorkspace and GNUSTEP_TZ
Date: Sun, 13 Jan 2002 10:34:02 +0900 (JST)

Hi,


I'm new to GNUstep and this list, I love this project. :-)


I'm using GNUstep on NetBSD/i386 1.5.2, my OS spec is here:

NetBSD jnqt 1.5.2 NetBSD 1.5.2 (GENERIC) #3: Sat Aug 18 23:37:05 CEST 2001
he@hamster.urc.uninett.no:/usr/src/sys/arch/i386/compile/GENERIC i386


And my install note is following URI or the `README.NetBSD' file
located in the gnustep-make package:

http://hp.vector.co.jp/authors/VA019253/step/inst.html


I'm living in Japan, so I edit my `~/.cshrc':

setenv GNUSTEP_TZ Japan


When I ran GWorkspace.app and opened `Tools->Inspectors->Attributes',
I noticed that last modified date of a selected file was incorrect.


Is this a correct behavior?


I'm trying to make a sample clock.app, and a part of my source is here:

- (void)setTimeString:(id)sender
{
    NSDate *myDate;
    NSString *myDateString;

    myDate = [NSDate date];
    myDateString = [myDate descriptionWithCalendarFormat:@"%m/%d %H:%M:%S %z" 
timeZone:nil locale:nil];

    [myTextField setStringValue:myDateString];
}

This tiny application is working correctly in JST.


I'm sorry about my bad writing.
Thanks for help,

--
Masanori Kajiwara (JNQT)
Yokohama, Japan
<mailto:jnqt@fbe.freeserve.ne.jp>(0-500KB)
<http://hp.vector.co.jp/authors/VA019253/>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]