| 294 | |
| 295 | |
| 296 | GDS_TIMESTAMP MOV_get_timestamp(const dsc* desc) |
| 297 | { |
| 298 | /************************************** |
| 299 | * |
| 300 | * M O V _ g e t _ t i m e s t a m p |
| 301 | * |
| 302 | ************************************** |
| 303 | * |
| 304 | * Functional description |
| 305 | * Convert something arbitrary to a timestamp |
| 306 | * |
| 307 | **************************************/ |
| 308 | |
| 309 | return CVT_get_timestamp(desc); |
| 310 | } |
| 311 | |
| 312 | |
| 313 | ISC_TIMESTAMP_TZ MOV_get_timestamp_tz(const dsc* desc) |
no test coverage detected