|
|
|
|
|
by dmw_ng
1970 days ago
|
|
Another cheap trick if the time column is sequential is to split the string into date and time components, cache the date part and calculate the time part just with some multiplication Major caveat is timezone handling, but this only applies in a subset of situations |
|