Hallo! I’m new user in Knime.
today, I want to remove GMT on " Thu, 01 Dec 2022 23:28:01 GMT " and change it to Thu, 01 Dec 2022 23:28:01
Can you tell me how to remove the timezone on this date & time?
I want to use String Manipulation Nodes, but basically I have no understanding of programming so it makes me confused, can you tell me the code that can answer my case?
Hallo @ganieaku & welcome to the KNIME forum community !
This can be easily done with s -string Manipulation- node using the following instruction:
strip( replace( $date & time$, "GMT", ""))
I’m assuming here that the name of your column is “date & time” but please change the name if needed. The replace function replaces “GTM” by nothing “” and the strip() function removes any trailing blanks at the beginning and the end of the string.
thankyou, @aworker
after I followed your instructions I ran into a new problem. I want to convert String to Date&Time using String to Date Nodes, but I get an error like below
Thankyou so much @aworker, your help is very useful for me
@mlauber71 Actually I want to try using it, but my data type is String. I tried but Node it doesn’t work on String data type, I want to change String to Date&Time but I assume that the main problem is I need to remove the timezone first.
it’s a good news!!
Thankyou @mlauber71 .
but,
I want to ask, does the Locale type in the Type and Format Selection have any effect? Suppose if I change to “ru-KZ”/other?