issues
search
heedy
/
pipescript
A simple pipe-based filtering and data-transform language built for processing time series
https://heedy.org/analysis/pipescript/
Apache License 2.0
6
stars
1
forks
source link
datetime
#14
Closed
dkumor
closed
8 years ago
dkumor
commented
8 years ago
Need time-based transforms
day - timestamp of the beginning of the given day
monthday - number of day in its month
year - the year of timestamp
yearday - number of day in year
hour - the timestamp at the beginning of the given hour
dayhour - the number of hour in the day
weekhour - number of hour in the week
minute - the timestamp at the beginning of the given minute
month - the timestamp at the beginning of current month
yearmonth - the name of the month
Need time-based transforms