How to get current date and time in Yahoo Pipes?

Is there a way to get the current date and time in Yahoo Pipes?

I need this to create a feed with only new questions from SO, since I don't want to wait for the SO team to implement RSS for this ...

+3
source share
3 answers

The Date Builder module converts a text string to a datetime value. You can select a date using the convenient built-in calendar widget, enter the text string in the module input field, or insert a string from another module into it, for example, a text input module.

Date Builder , , "" "3 ", "07/04/2007" "16:32 EST".

, . U.S. CERT Atom. , .
, , .

: Yahoo! :

+6

, , DateBuilder "-24 ", , .

Slashdot 24 . . .

+4

You can also use DateBuilder with the string "today" - to get the current date / time or "today 12:00 UTC" to a date without a time

+3
source

Source: https://habr.com/ru/post/1712867/


All Articles