Questions tagged as 'timestamp'

1
answer

Change status if date is equal to or greater than today

I have this code: $activox_count_query = tep_db_query("select * from " . TABLE_ORDERS . " o, " . TABLE_GANTS . " g where o.orders_status = '32' and g.orders_id = o.orders_id and g.title = 'Activar Servicio' and g.start >...
asked by 23.11.2016 / 19:48
1
answer

Dates Comparison

Friends, I have a problem with my program. It turns out that in my database (mysql) I indicate the days and hours in which an entered task will be executed. And through a php process I'm running the processes that meet that condition and there's...
asked by 04.06.2018 / 20:33
1
answer

mysql show the record that is current as of date

Hello friends could you help me? I have these records: +-----+------------+------------+ | id | date_start | date_end | +-----+------------+------------+ | 181 | 1511553600 | 1511899200 | | 186 | 1512158400 | 1512504000 | | 191 | 1512763200...
asked by 04.12.2017 / 23:31
0
answers

Differences between epoch and timestamp?

I thought that epoch and timestamp represented the same value, with the same number, although getting values with getTime() of class Timestamp in Java, this does not it's like that. The epoch value seems to be the one obta...
asked by 30.06.2018 / 01:56