Page MenuHomePhabricator

ApiFeedWatchlist should use wfTimestamp directly
Closed, ResolvedPublic

Description

The module ApiFeedWatchlist use a wfGetDB to format a timestamp. Looks to expensive. Use wfTimestamp directly?

This cannot fail for difference database, because a timestamp in API can have all types supported from wfTimestamp, and Database::timestamp always return a timestamp from wfTimestamp, but in difference types.

Thanks.


Version: unspecified
Severity: enhancement

Details

Reference
bz25137

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:16 PM
bzimport set Reference to bz25137.