Closed (fixed)
Project:
Rules Transformers
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Mar 2011 at 10:46 UTC
Updated:
17 Mar 2011 at 11:41 UTC
Drupal uses unix timestamps (integers) internally as timestamp representations, but external resources often come with timestamps as string. This patch adds an action to convert such a string with the help of the PHP strtotime() function.
| Comment | File | Size | Author |
|---|---|---|---|
| transformers-timestamp.patch | 1.83 KB | klausi |
Comments
Comment #1
sepgil commentedcommited. Thx for the patch.