Displaying 10 results from an estimated 10 matches for "2024l".
Did you mean:
2024
2024 Oct 11
1
Time zones in POSIClt objects
...ce epoch, and then reset
everything back.
> As I mentioned, fortunately, I only have local time and GMT and it
> would be fine to convert them to a single time zone if that is what
> it takes to work with them in R.
Since your data looks like the following:
times <- list(
year = c(2024L, 2024L),
month = c(1L, 1L),
day = c(1L, 1L),
hour = c(12L, 12L),
minutes = c(30L, 30L),
seconds = c(0, 0),
timezone = c("", "GMT")
)
how about converting all the times into POSIXct?
do.call(mapply, c(
\(year, month, day, hour, minutes, seconds, timezone)
&...
2024 Oct 10
2
Time zones in POSIClt objects
...t;
>> So, I am not sure what purpose the zone and gmtoff fields have. Do they have a purpose? Am I using them wrong? The reason I am asking, is that I have some times in potentially different time zones. The data I get is something like:
>>
>> times <- list(
>> year = c(2024L, 2024L),
>> month = c(1L, 1L),
>> day = c(1L, 1L),
>> hour = c(12L, 12L),
>> minutes = c(30L, 30L),
>> seconds = c(0, 0),
>> timezone = c("", "GMT")
>> )
>>
>> I am looking for ways to convert this into a practica...
2024 Oct 10
1
Time zones in POSIClt objects
...ot;2024-01-01 12:30:00 CET"
So, I am not sure what purpose the zone and gmtoff fields have. Do they
have a purpose? Am I using them wrong? The reason I am asking, is that I
have some times in potentially different time zones. The data I get is
something like:
times <- list(
year = c(2024L, 2024L),
month = c(1L, 1L),
day = c(1L, 1L),
hour = c(12L, 12L),
minutes = c(30L, 30L),
seconds = c(0, 0),
timezone = c("", "GMT")
)
I am looking for ways to convert this into a practical date format for
working with in R. Possible time zones are only local t...
2011 Jun 24
3
Fwd: Extract element of a list based on an index value
> Dear list,
>
> I have some data on a geneaology, here is a subset:
> warmerge[1:11,c(1,6,25)]
> Warrior SibID birth.year
> 1100 3793 2013 1926
> 4 2013 2024 1934
> 1094 3769 2024 1918
> 632 2747 2037 1928
> 176 2083 2039 1944
> 187 2085 2039 1949
> 192 2086 2039 NA
> 495
2024 Oct 10
2
Time zones in POSIClt objects
...:30:00 CET"
>
>So, I am not sure what purpose the zone and gmtoff fields have. Do they have a purpose? Am I using them wrong? The reason I am asking, is that I have some times in potentially different time zones. The data I get is something like:
>
>times <- list(
> year = c(2024L, 2024L),
> month = c(1L, 1L),
> day = c(1L, 1L),
> hour = c(12L, 12L),
> minutes = c(30L, 30L),
> seconds = c(0, 0),
> timezone = c("", "GMT")
>)
>
>I am looking for ways to convert this into a practical date format for working with in R. Possibl...
2024 Oct 10
1
Time zones in POSIClt objects
...I am not sure what purpose the zone and gmtoff fields have. Do they have a purpose? Am I using them wrong? The reason I am asking, is that I have some times in potentially different time zones. The data I get is something like:
> >>
> >> times <- list(
> >> year = c(2024L, 2024L),
> >> month = c(1L, 1L),
> >> day = c(1L, 1L),
> >> hour = c(12L, 12L),
> >> minutes = c(30L, 30L),
> >> seconds = c(0, 0),
> >> timezone = c("", "GMT")
> >> )
> >>
> >> I am loo...
2024 Oct 11
1
Time zones in POSIClt objects
...t;
>> So, I am not sure what purpose the zone and gmtoff fields have. Do they have a purpose? Am I using them wrong? The reason I am asking, is that I have some times in potentially different time zones. The data I get is something like:
>>
>> times <- list(
>> year = c(2024L, 2024L),
>> month = c(1L, 1L),
>> day = c(1L, 1L),
>> hour = c(12L, 12L),
>> minutes = c(30L, 30L),
>> seconds = c(0, 0),
>> timezone = c("", "GMT")
>> )
>>
>> I am looking for ways to convert this into a practica...
2013 Jan 29
1
starting values in glm(..., family = binomial(link = log))
..., 1690L, 1696L,
1724L, 1730L, 1767L, 1775L, 1779L, 1780L, 1800L, 1801L, 1829L,
1837L, 1848L, 1884L, 1909L, 1916L, 1933L, 1934L, 1952L, 1970L,
1991L, 2021L, 2024L, 2029L, 2040L, 2060L, 2095L, 2112L, 2115L,
2122L, 2131L, 2145L, 2150L, 2173L, 2188L, 2189L, 2193L, 2197L,
2240L, 2251L, 2252L, 2264L, 2266L, 2277L, 2313L, 2315L, 2318L,...
2012 Jul 10
2
estimation of NA by predict command
...L, 297L, 429L, 561L, 693L, 825L, 957L, 1089L, 1221L, 1353L,
1485L, 1617L, 1749L, 1881L, 2013L, 2145L, 2277L, 2409L, 2541L,
2673L, 2805L, 2937L, 3069L, 3201L, 3333L, 3465L, 3597L, 3720L,
3841L, 3962L, 44L, 176L, 308L, 440L, 572L, 704L, 836L, 968L,
1100L, 1232L, 1364L, 1496L, 1628L, 1760L, 1892L, 2024L, 2156L,
2288L, 2420L, 2552L, 2684L, 2816L, 2948L, 3080L, 3212L, 3344L,
3476L, 3608L, 3731L, 3852L, 55L, 187L, 319L, 451L, 583L, 715L,
847L, 979L, 1111L, 1243L, 1375L, 1507L, 1639L, 1771L, 1903L,
2035L, 2167L, 2299L, 2431L, 2563L, 2695L, 2827L, 2959L, 3091L,
3223L, 3355L, 3487L, 3619L, 3742L, 3...
2011 Feb 04
1
read.table error
..., 1930L, 1931L,
2055L, 2117L, NA, 1008L, 1018L, 1235L, 1246L, 1312L, 1432L, 1500L,
1512L, 1530L, 1535L, 1440L, 1441L, 1445L, 1515L, 1517L, 1520L,
1523L, 1525L, 1530L, 1531L, 1537L, 1538L, 1548L, 1550L, 1541L,
1543L, 1558L, 1728L, 1801L, 1811L, 1816L, 1822L, 1928L, 1936L,
1941L, 2000L, 2002L, 2016L, 2024L, 2030L, 2038L, 2045L, 1435L,
1506L, 1540L, 1541L, 1552L, 1810L, 1100L, 1242L, 955L, 1054L,
1056L, 1100L, 1108L, 1111L, 1216L, 1255L, 1316L, 821L, 1000L,
1010L, 1032L, 1039L, 1045L, 1048L, 1056L, 1100L, 1109L, 1220L,
1231L, 1232L, 1235L, 1236L, 1237L, 1238L, 1239L, 1245L, 1246L,
1249L, 1250L, 1253L,...