Searched refs:toTimestamp (Results 1 – 3 of 3) sorted by relevance
152 return { type: 'date', timestamp: toTimestamp(trigger) };154 return { type: 'date', timestamp: toTimestamp(trigger.date), channelId: trigger.channelId };156 function toTimestamp(date) { function
1 … toTimestamp(trigger) };\n }\n return { type: 'date', timestamp: toTimestamp(trigger.date), chan…
193 return { type: 'date', timestamp: toTimestamp(trigger) };195 return { type: 'date', timestamp: toTimestamp(trigger.date), channelId: trigger.channelId };198 function toTimestamp(date: number | Date) { function