I'm trying to insert current date and time to activitystamp as unix_timestamp. But i just get 0 as result.
INSERT INTO `skadate`.`ow_base_user_online` (`id`, `userId`, `activityStamp`, `context`, `misc`)
VALUES (NULL, '1402', 'UNIX_TIMESTAMP()', '1', '1');