Defect #12477 ยป migrate_from_trac.rake.patch
| migrate_from_trac.rake (copie de travail) | ||
|---|---|---|
| 81 | 81 |
@fake_diff = 0 |
| 82 | 82 |
res |
| 83 | 83 |
end |
| 84 |
alias :real_at :at |
|
| 85 |
def at(microseconds) |
|
| 86 |
seconds = microseconds / 1000000 |
|
| 87 |
microseconds = microseconds - (seconds * 1000000) |
|
| 88 |
real_at(seconds, microseconds) |
|
| 89 |
end |
|
| 84 | 90 |
end |
| 85 | 91 |
end |
| 86 | 92 | |