Forum Discussion
ericOnline
7 years agoPost Patron
Control STRING to DATE/TIME Conversion?
Hello, When changing a STRING type column to a DATE/TIME type colum using: #"Changed Type" = Table.TransformColumnTypes(
#"Reordered Columns1",
{
{"weatherTime", type...
- Anonymous7 years ago
- 7 years ago
Hi Anonymous, you're right. I just realized that the original TimeStamp (STRING) is 12:00 PM not 12:00 AM (which would have been 00:00).
Thank you for your insights.
Anonymous
7 years agoNot applicable
ericOnline
7 years agoPost Patron
Hi Anonymous, you're right. I just realized that the original TimeStamp (STRING) is 12:00 PM not 12:00 AM (which would have been 00:00).
Thank you for your insights.