Displaying 4 results from an estimated 4 matches for "y2019".
Did you mean:
2019
2023 Oct 16
1
creating a time series
...;, tz = "CET"), by = 60 * 15)
# ((30-2)+31)*24*4=5664 - OK
length(y2017_11_12)
y2018 <- seq(from=as.POSIXct("2018-01-01 00:00:00", tz = "CET"),
to=as.POSIXct("2018-12-31 23:45:00", tz = "CET"), by = 60 * 15)
# (365)*24*4=35040 - OK
length(y2018)
y2019 <- seq(from=as.POSIXct("2019-01-01 00:00:00", tz = "CET"),
to=as.POSIXct("2019-12-31 23:45:00", tz = "CET"), by = 60 * 15)
# (365)*24*4=35040 - OK
length(y2019)
y2020 <- seq(from=as.POSIXct("2020-01-01 00:00:00", tz = "CET"),
to=as...
2023 Oct 16
1
Ynt: creating a time series
...t;, tz = "CET"), by = 60 * 15)
# ((30-2)+31)*24*4=5664 - OK
length(y2017_11_12)
y2018 <- seq(from=as.POSIXct("2018-01-01 00:00:00", tz = "CET"),
to=as.POSIXct("2018-12-31 23:45:00", tz = "CET"), by = 60 * 15)
# (365)*24*4=35040 - OK
length(y2018)
y2019 <- seq(from=as.POSIXct("2019-01-01 00:00:00", tz = "CET"),
to=as.POSIXct("2019-12-31 23:45:00", tz = "CET"), by = 60 * 15)
# (365)*24*4=35040 - OK
length(y2019)
y2020 <- seq(from=as.POSIXct("2020-01-01 00:00:00", tz = "CET"),
to=as.P...
2023 Oct 16
2
creating a time series
Hello everyone,
? had 15 minutes of data from 2017-11-02 13:30:00 to 2022-11-26 23:45:00 and number of data is 177647
? would like to ask why my time series are less then my expectation.
baslangic <- as.POSIXct("2017-11-02 13:30:00", tz = "CET")
bitis <- as.POSIXct("2022-11-26 23:45:00", tz = "CET") #
zaman_seti <- seq.POSIXt(from = baslangic,
2018 Jun 24
31
[Bug 107016] New: Gpio error only from kernel higher as 4.x (k2000m; 0x0e73b0a2; version 80.07.40.00.02)
...kernel 4.15 (in last ubuntu).
Maybe it is connected on your changes from 2016:
https://cgit.freedesktop.org/nouveau/xf86-video-nouveau/commit/?id=a24ded627e42d453546c553d609edc073f59cd57
Therefore i must wait on fix, and now i am only on old kernel 3.19 on Linux
mint 17.3, which have support to y2019. Thx
In attachment is dmesg message from old kernel 3.19 (when it was all ok= no
problem).
>From kernels 4+ i have dmesg message:
[ 9007.285922] nouveau 0000:01:00.0: volt: couldn't set 887500uv
[ 9007.285930] nouveau 0000:01:00.0: clk: failed to raise voltage: -22
[ 9007.285933] nouve...