Displaying 3 results from an estimated 3 matches for "meteoschweiz".
2004 Jan 09
2
strange behaviour when converting from char to POSIX (PR#6422)
Full_Name: Christoph Schmutz, MeteoSchweiz, Switzerland
Version: R1.7.1, R1.8.1
OS: windows2000, solaris sunOS 5.8
Submission from: (NULL) (141.249.133.6)
I'm not sure if I don't get the clue, but please consider this:
> strptime("19930870150","%Y%j%H%M")
[1] "1993-03-28 01:50:00"
> strptime(&q...
2004 Jan 09
0
strange behaviour when converting from char to POSIX (PR#6423)
...time("19930870001","%Y%j%H%M")) -> foo
> foo
[1] "1993-03-28 00:01:00 GMT Standard Time"
> foo+3480
[1] "1993-03-28 00:59:00 GMT Standard Time"
> foo+3540
[1] "1993-03-28 02:00:00 GMT Daylight Time"
On Fri, 9 Jan 2004 christoph.schmutz@meteoschweiz.ch wrote:
> Full_Name: Christoph Schmutz, MeteoSchweiz, Switzerland
> Version: R1.7.1, R1.8.1
> OS: windows2000, solaris sunOS 5.8
> Submission from: (NULL) (141.249.133.6)
>
>
>
> I'm not sure if I don't get the clue, but please consider this:
> > strptime(&q...
2004 Jan 11
1
strange behaviour when converting from char to POSIX (PR#6427)
On Sun, 11 Jan 2004, Dirk Eddelbuettel wrote:
> On Fri, Jan 09, 2004 at 06:01:27PM +0100, christoph.schmutz@meteoschweiz.ch wrote:
> > Full_Name: Christoph Schmutz, MeteoSchweiz, Switzerland
> > Version: R1.7.1, R1.8.1
> > OS: windows2000, solaris sunOS 5.8
> > Submission from: (NULL) (141.249.133.6)
> >
> >
> >
> > I'm not sure if I don't get the clue, but p...